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


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

IWMSLayerDescription.FixedWidth Property

Fixed width at which server is able to display the layer. If this is zero, server can display the layer at any resolution.

[Visual Basic .NET]
Public ReadOnly Property FixedWidth As Double
[C#]
public double FixedWidth {get;}
[C++]
HRESULT get_FixedWidth(
  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

IWMSLayerDescription Interface