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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.