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


IMapAutoExtentOptions.AutoExtentMarginUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.AutoExtentMarginUnits Property

Auto extent margin units. See esriExtentTypeEnum.

[Visual Basic .NET]
Public Property AutoExtentMarginUnits As esriUnits
[C#]
public esriUnits AutoExtentMarginUnits {get; set;}
[C++]
HRESULT get_AutoExtentMarginUnits(
  esriUnits* Units
);
[C++]
HRESULT put_AutoExtentMarginUnits(
  esriUnits Units
);
[C++]

Parameters Units [out, retval]
Units is a parameter of type esriUnits Units [in]
Units is a parameter of type esriUnits

Product Availability

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

See Also

IMapAutoExtentOptions Interface