This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.ExteriorWidth Property (ArcObjects .NET 10.5 SDK) |
The width (in display units) of the portion of the grid that is outside of the frame.
[Visual Basic .NET] Public Function get_ExteriorWidth ( _ ByVal pDisplay As IDisplay, _ ByVal pMapFrame As IMapFrame _ ) As Double
[C#] public double get_ExteriorWidth ( IDisplay pDisplay, IMapFrame pMapFrame );
[C++]
HRESULT get_ExteriorWidth(
IDisplay* pDisplay,
IMapFrame* pMapFrame,
double* pWidth
);
[C++]
Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay pMapFrame [in]
pMapFrame is a parameter of type IMapFrame pWidth [out, retval] pWidth is a parameter of type double