This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleMarks Interface > IScaleMarks.DivisionMarkHeight Property (ArcObjects .NET 10.4 SDK) |
Height of division marks in points (1/72 inch). Use esriAutoScaleBar to automatically calculate.
[Visual Basic .NET] Public Property DivisionMarkHeight As Double
[C#] public double DivisionMarkHeight {get; set;}
[C++]
HRESULT get_DivisionMarkHeight(
double* points
);
[C++]
HRESULT put_DivisionMarkHeight(
double points
);
[C++]
Parameters points [out, retval] points is a parameter of type double points [in] points is a parameter of type double