ArcObjects Library Reference (DefenseSolutions)  

IScaleFilter.MaximumScale Property

Indicates the largest map scale acceptable to the filter.

[Visual Basic .NET]
Public Property MaximumScale As Double
[C#]
public double MaximumScale {get; set;}
[C++]
HRESULT get_MaximumScale(
  double* MaximumScale
);
[C++]
HRESULT put_MaximumScale(
  double MaximumScale
);
[C++]

Parameters

MaximumScale [out, retval]   MaximumScale is a parameter of type double MaximumScale [in]   MaximumScale is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IScaleFilter Interface