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


IMapAutoExtentOptions.AutoExtentMargin Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.AutoExtentMargin Property

Auto extent margin. Specified in AutoExtentMarginUnits. See esriExtentTypeEnum.

[Visual Basic .NET]
Public Property AutoExtentMargin As Double
[C#]
public double AutoExtentMargin {get; set;}
[C++]
HRESULT get_AutoExtentMargin(
  double* margin
);
[C++]
HRESULT put_AutoExtentMargin(
  double margin
);
[C++]

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

Product Availability

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

See Also

IMapAutoExtentOptions Interface