Defines how the marker is oriented, for example, to object, to world, or to view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: 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 name | Value | Description | |
---|---|---|---|
OrientToView | 2 | ||
OrientToWCS | 1 | ||
OrientToObject | 0 |