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


IMapAutoExtentOptions.AutoExtentMargin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAutoExtentOptions Interface > IMapAutoExtentOptions.AutoExtentMargin Property
ArcGIS Developer Help

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(
  System.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