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


IWMSLayerDescription.StyleDescription Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWMSLayerDescription.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

IWMSLayerDescription Interface