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


IWMTSLayerDescription.StyleDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSLayerDescription Interface > IWMTSLayerDescription.StyleDescription Property
ArcGIS Developer Help

IWMTSLayerDescription.StyleDescription Property

Style of the layer at the given index.

[Visual Basic .NET]
Public Function get_StyleDescription ( _
    ByVal index As Integer _
) As IWMSLayerStyleDescription
[C#]
public IWMSLayerStyleDescription get_StyleDescription (
    int index
);
[C++]
HRESULT get_StyleDescription(
  long index,
  IWMSLayerStyleDescription** StyleDescription
);
[C++]
Parameters
index [in]

index is a parameter of type long StyleDescription [out, retval]
StyleDescription is a parameter of type IWMSLayerStyleDescription**

Product Availability

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

See Also

IWMTSLayerDescription Interface