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


IScaleMarks.MarkPosition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IScaleMarks.MarkPosition Property

Vertical positioning of the marks relative to the bar.

[Visual Basic .NET]
Public Property MarkPosition As esriVertPosEnum
[C#]
public esriVertPosEnum MarkPosition {get; set;}
[C++]
HRESULT get_MarkPosition(
  esriVertPosEnum* position
);
[C++]
HRESULT put_MarkPosition(
  esriVertPosEnum position
);
[C++]

Parameters position [out, retval]
position is a parameter of type esriVertPosEnum position [in]
position is a parameter of type esriVertPosEnum

Product Availability

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

See Also

IScaleMarks Interface