Share

SettingsTransformation.SpecifyRotationType Property

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



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

Syntax

C#

public SpecifyRotationType SpecifyRotationType { get; set; }

VB

Public Property SpecifyRotationType As SpecifyRotationType
	Get
	Set

C++

public:
property SpecifyRotationType SpecifyRotationType {
	SpecifyRotationType get ();
	void set (SpecifyRotationType value);
}

Property Value

SpecifyRotationType

See Also

Reference

Was this information helpful?