This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters graphicWorkspace [in]
graphicWorkspace is a parameter of type IFeatureWorkspace*