ArcObjects Library Reference (Carto)  

ICalibratedMapGridBorder.BorderWidth Property

The width of the border in points.

[Visual Basic .NET]
Public Property BorderWidth As Double
[C#]
public double BorderWidth {get; set;}
[C++]
HRESULT get_BorderWidth(
  double* widthPts
);
[C++]
HRESULT put_BorderWidth(
  double widthPts
);
[C++]

Parameters

widthPts [out, retval]   widthPts is a parameter of type double widthPts [in]   widthPts is a parameter of type double

Product Availability

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

See Also

ICalibratedMapGridBorder Interface

.NET Related Topics

How to create map grids