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