This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleBar Interface > IScaleBar.Divisions Property (ArcObjects .NET 10.5 SDK) |
Total number of divisions (including those before zero).
[Visual Basic .NET] Public Property Divisions As Short
[C#] public short Divisions {get; set;}
[C++]
HRESULT get_Divisions(
short* Count
);
[C++]
HRESULT put_Divisions(
short Count
);
[C++]
Parameters Count [out, retval] Count is a parameter of type short Count [in] Count is a parameter of type short