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


IWMSLayerDescription.FixedWidth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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(
  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