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


IScaleBar.DivisionsBeforeZero Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IScaleBar.DivisionsBeforeZero Property

Number of divisions to the left of zero.

[Visual Basic .NET]
Public Property DivisionsBeforeZero As Short
[C#]
public short DivisionsBeforeZero {get; set;}
[C++]
HRESULT get_DivisionsBeforeZero(
  short* Count
);
[C++]
HRESULT put_DivisionsBeforeZero(
  short Count
);
[C++]

Parameters Count [out, retval] Count is a parameter of type short Count [in] Count is a parameter of type short

Product Availability

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

See Also

IScaleBar Interface