This document is archived and information here might be outdated. Recommended version. |
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,
System.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*