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.8.0.280
Syntax
C#
public enum MarkerOrientationType
VB
Public Enumeration MarkerOrientationType
C++
public enum class MarkerOrientationType
Members
Member name | Value | Description |
---|---|---|
OrientToObject | 0 | |
OrientToWCS | 1 | |
OrientToView | 2 |