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


IWMSLayer2.Style Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWMSLayer2.Style Property

Active style that will be used for drawing.

[Visual Basic .NET]
Public Property Style As IWMSLayerStyleDescription
[C#]
public IWMSLayerStyleDescription Style {get; set;}
[C++]
HRESULT get_Style(
  IWMSLayerStyleDescription** Style
);
[C++]
HRESULT putref_Style(
  IWMSLayerStyleDescription* Style
);
[C++]

Parameters Style [out, retval]
Style is a parameter of type IWMSLayerStyleDescription Style [in]
Style is a parameter of type IWMSLayerStyleDescription

Product Availability

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

See Also

IWMSLayer2 Interface