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