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


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

IWMSLayerDescription.ScaleHintMin Property

Suggested minimimum scale for the WMS layer.

[Visual Basic .NET]
Public ReadOnly Property ScaleHintMin As Double
[C#]
public double ScaleHintMin {get;}
[C++]
HRESULT get_ScaleHintMin(
  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