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


ICalibratedMapGridBorder.BorderWidth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalibratedMapGridBorder Interface > ICalibratedMapGridBorder.BorderWidth Property
ArcGIS Developer Help

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(
  System.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