SpecifyRotationType Enumeration |
An enumeration that use to specify a rotation about the reference point in one of two ways: specify a rotation point, or apply a grid rotation angle.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum SpecifyRotationType
Public Enumeration SpecifyRotationType
public enum class SpecifyRotationType
MembersMember name | Value | Description |
---|
RotationPoint | 0 | |
GridRotationAngle | 1 | |
See Also