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


IWMSLayerDescription.ScaleHintMax 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.ScaleHintMax Property
ArcGIS Developer Help

IWMSLayerDescription.ScaleHintMax Property

Suggested maximum scale of the WMS layer.

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

Scale is a parameter of type double*

Product Availability

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

See Also

IWMSLayerDescription Interface