Gets or sets an enumeration value that specify the rotation type.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SpecifyRotationType SpecifyRotationType { get; set; }
Visual Basic
Public Property SpecifyRotationType As SpecifyRotationType
	Get
	Set
Visual C++
public:
property SpecifyRotationType SpecifyRotationType {
	SpecifyRotationType get ();
	void set (SpecifyRotationType value);
}

See Also