This document is archived and information here might be outdated. Recommended version. |
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**