MarkerOrientationType Enumeration |
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.8.0.292
Syntaxpublic enum MarkerOrientationType
Public Enumeration MarkerOrientationType
public enum class MarkerOrientationType
MembersMember name | Value | Description |
---|
OrientToObject | 0 | |
OrientToWCS | 1 | |
OrientToView | 2 | |
See Also