ArcObjects Library Reference (Carto)  

IGraphicFeatureLayer.MaxScale Property

Maximum scale at which the features will be visible.

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

IGraphicFeatureLayer Interface