This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleBar Interface > IScaleBar.DivisionsBeforeZero Property (ArcObjects .NET 10.4 SDK) |
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