Defines how the marker is oriented, for example, to object, to world, or to view.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.3.488.0

Syntax

C#
public enum MarkerOrientationType
Visual Basic
Public Enumeration MarkerOrientationType
Visual C++
public enum class MarkerOrientationType

Members

Member nameValueDescription
OrientToObject0
OrientToWCS1
OrientToView2

See Also