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


IMapGrid.ExteriorWidth Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapGrid.ExteriorWidth Property

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.

See Also

IMapGrid Interface