This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAutoExtentOptions Interface > IMapAutoExtentOptions.AutoExtentMargin Property (ArcObjects .NET 10.4 SDK) |
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