Share

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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public enum SpecifyRotationType

VB

Public Enumeration SpecifyRotationType

C++

public enum class SpecifyRotationType

Members

Member nameValueDescription
RotationPoint0 
GridRotationAngle1 

See Also

Reference

Was this information helpful?