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


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

IScaleMarks.SubdivisionMarkHeight Property

Height of subdivision marks in points (1/72 inch). Use esriAutoScaleBar to automatically calculate.

[Visual Basic .NET]
Public Property SubdivisionMarkHeight As Double
[C#]
public double SubdivisionMarkHeight {get; set;}
[C++]
HRESULT get_SubdivisionMarkHeight(
  System.Double* points
);
[C++]
HRESULT put_SubdivisionMarkHeight(
  double points
);
[C++]
Parameters
points [out, retval]

points is a parameter of type double* points [in]
points is a parameter of type double

Product Availability

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

See Also

IScaleMarks Interface