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


IScaleBar2.Division Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleBar2 Interface > IScaleBar2.Division Property
ArcGIS Developer Help

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(
  System.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