This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServer Interface > IGraphicFeatureServer.GetLayers Method (ArcObjects .NET 10.5 SDK) |
Yields layers.
[Visual Basic .NET] Public Function GetLayers ( _ ByVal symbolOutputOptions As IServerSymbolOutputOptions _ ) As IGraphicFeatureLayers
[C#] public IGraphicFeatureLayers GetLayers ( IServerSymbolOutputOptions symbolOutputOptions );
[C++]
HRESULT GetLayers(
IServerSymbolOutputOptions* symbolOutputOptions,
IGraphicFeatureLayers** GraphicFeatureLayers
);
[C++]
Parameters symbolOutputOptions [in]
symbolOutputOptions is a parameter of type IServerSymbolOutputOptions GraphicFeatureLayers [out, retval]
GraphicFeatureLayers is a parameter of type IGraphicFeatureLayers