The spiral type.

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

Syntax

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

See Also