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


IFDOGraphicsLayerFactory.FindGraphicsLayerNames Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFDOGraphicsLayerFactory.FindGraphicsLayerNames Method

Returns the names of existing annotation feature classes.

[Visual Basic .NET]
Public Function FindGraphicsLayerNames ( _
    ByVal graphicWorkspace As IFeatureWorkspace _
) As IEnumBSTR
[C#]
public IEnumBSTR FindGraphicsLayerNames (
    IFeatureWorkspace graphicWorkspace
);
[C++]
HRESULT FindGraphicsLayerNames(
  IFeatureWorkspace* graphicWorkspace,
  IEnumBSTR** names
);
[C++]

Parameters graphicWorkspace [in]
graphicWorkspace is a parameter of type IFeatureWorkspace names [out, retval]
names is a parameter of type IEnumBSTR

Product Availability

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

See Also

IFDOGraphicsLayerFactory Interface