MarkerOrientationType Enumeration

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: 13.4.208.0

Syntax

C#

public enum MarkerOrientationType

Visual Basic

Public Enumeration MarkerOrientationType

Visual C++

public enum class MarkerOrientationType

Members

Member nameValueDescription
OrientToView2
OrientToWCS1
OrientToObject0

See Also