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


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

IScaleBar2.Division Property

Number of units in one major division.

[Visual Basic .NET]
Public Property Division As Double
[C#]
public double Division {get; set;}
[C++]
HRESULT get_Division(
  double* Units
);
[C++]
HRESULT put_Division(
  double Units
);
[C++]

Parameters Units [out, retval] Units is a parameter of type double Units [in] Units is a parameter of type double

Product Availability

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

See Also

IScaleBar2 Interface