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


IMapGrid.ExteriorWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.ExteriorWidth Property
ArcGIS Developer Help

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,
  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*

Product Availability

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

See Also

IMapGrid Interface