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


IGraphicFeatureServer.GetLayers Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureServer.GetLayers Method

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.

See Also

IGraphicFeatureServer Interface