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


IWMSLayer2.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSLayer2 Interface > IWMSLayer2.Style Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IWMSLayer2 Interface