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


IWMSLayerDescription.ScaleHintMax Property (ArcObjects .NET 10.5 SDK)
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