This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFDOGraphicsLayerFactory Interface > IFDOGraphicsLayerFactory.FindGraphicsLayerNames Method (ArcObjects .NET 10.5 SDK) |
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