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: 10.0.1111.0
Syntax
C# |
---|
public enum SpecifyRotationType |
Visual Basic |
---|
Public Enumeration SpecifyRotationType |
Visual C++ |
---|
public enum class SpecifyRotationType |
Members
Member name | Value | Description | |
---|---|---|---|
GridRotationAngle | 1 | ||
RotationPoint | 0 |