ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.AutoExtentScale Property

The scale at which the map should be displayed.

[Visual Basic .NET]
Public Property AutoExtentScale As Double
[C#]
public double AutoExtentScale {get; set;}
[C++]
HRESULT get_AutoExtentScale(
  double* Scale
);
[C++]
HRESULT put_AutoExtentScale(
  double Scale
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapAutoExtentOptions Interface