This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSLayerDescription Interface > IWMTSLayerDescription.StyleDescription Property (ArcObjects .NET 10.5 SDK) |
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