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


IScaleBar2.Divisions Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IScaleBar2.Divisions Property

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

Product Availability

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

See Also

IScaleBar2 Interface