This document is archived and information here might be outdated.  Recommended version.


IFDOGraphicsLayerFactory Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFDOGraphicsLayerFactory Interface
ArcGIS Developer Help

IFDOGraphicsLayerFactory Interface

Provides access to members that create/find FDO graphics layers. Note: the IFDOGraphicsLayerFactory interface has been superseded by IAnnotationLayerFactory. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method CreateGraphicsLayer Creates a new annotation feature class and returns a layer for it.
Method FindGraphicsLayerNames Returns the names of existing annotation feature classes.
Method OpenGraphicsLayer Creates a new annotation feature class and returns a layer for it.

Classes that implement IFDOGraphicsLayerFactory

Classes Description
FDOGraphicsLayerFactory A graphics layer factory.

See Also

IFDOGraphicsLayer Interface