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


IScaleBar.BarHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleBar Interface > IScaleBar.BarHeight Property
ArcGIS Developer Help

IScaleBar.BarHeight Property

Height of the bar in points (1/72 inch).

[Visual Basic .NET]
Public Property BarHeight As Double
[C#]
public double BarHeight {get; set;}
[C++]
HRESULT get_BarHeight(
  System.Double* points
);
[C++]
HRESULT put_BarHeight(
  double points
);
[C++]
Parameters
points [out, retval]

points is a parameter of type double* points [in]
points is a parameter of type double

Product Availability

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

Description

BarHeight is the vertical height of the bars in a scalebar. In the case of double bar scalebars, it is the height of a single bar.

See Also

IScaleBar Interface