ArcObjects Library Reference (Carto)  

IMapServerSublayer2.LayerDescription Property

The layer description.

[Visual Basic .NET]
Public ReadOnly Property LayerDescription As ILayerDescription
[C#]
public ILayerDescription LayerDescription {get;}
[C++]
HRESULT get_LayerDescription(
  ILayerDescription** layerDesc
);
[C++]

Parameters

layerDesc [out, retval]

  layerDesc is a parameter of type ILayerDescription

Product Availability

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

See Also

IMapServerSublayer2 Interface