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


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

IMapGridBorder.Width Property

The width of the map grid border in points.

[Visual Basic .NET]
Public ReadOnly Property Width As Double
[C#]
public double Width {get;}
[C++]
HRESULT get_Width(
  System.Double* widthPts
);
[C++]
Parameters
widthPts [out, retval]

widthPts is a parameter of type double*

Product Availability

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

See Also

IMapGridBorder Interface