ArcObjects Library Reference (GISClient)  

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