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