ArcObjects Library Reference (GISClient)  

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