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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.