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


IWMSLayerStyleDescription.Width Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSLayerStyleDescription Interface > IWMSLayerStyleDescription.Width Property
ArcGIS Developer Help

IWMSLayerStyleDescription.Width Property

Width of the symbol.

[Visual Basic .NET]
Public ReadOnly Property Width As Double
[C#]
public double Width {get;}
[C++]
HRESULT get_Width(
  System.Double* Width
);
[C++]
Parameters
Width [out, retval]

Width is a parameter of type double*

Product Availability

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

See Also

IWMSLayerStyleDescription Interface