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


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

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

IScaleBar Interface