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


IFDOGraphicsLayerFactory Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFDOGraphicsLayerFactory Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IFDOGraphicsLayerFactory Interface

Provides access to members that create/find FDO graphics layers. Note: the IFDOGraphicsLayerFactory interface has been superseded byIAnnotationLayerFactory. 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.

CoClasses that implement IFDOGraphicsLayerFactory

CoClasses and Classes Description
FDOGraphicsLayerFactory A graphics layer factory.

See Also

IFDOGraphicsLayer Interface