Specifies the spiral type.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public PropertyEnum<SpiralType> SpiralType { get; }
Visual Basic
Public ReadOnly Property SpiralType As PropertyEnum(Of SpiralType) Get
Visual C++
public: property PropertyEnum<SpiralType>^ SpiralType { PropertyEnum<SpiralType>^ get (); }