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


IScaleBar.DivisionsBeforeZero 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.DivisionsBeforeZero Property
ArcGIS Developer Help

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