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


IGraphicFeatureServer.GetLayers Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServer Interface > IGraphicFeatureServer.GetLayers Method
ArcGIS Developer Help

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
);
[C++]
Parameters
symbolOutputOptions [in]

symbolOutputOptions is a parameter of type IServerSymbolOutputOptions*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicFeatureServer Interface