Share

SettingsCmdCreateAlignmentLayout.SettingsCmdCurveAndSpiralSettings.SpiralType Property

Specifies the spiral type.



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

Syntax

C#

public PropertyEnum<SpiralType> SpiralType { get; }

VB

Public ReadOnly Property SpiralType As PropertyEnum(Of SpiralType)
	Get

C++

public:
property PropertyEnum<SpiralType>^ SpiralType {
	PropertyEnum<SpiralType>^ get ();
}

Property Value

PropertyEnumSpiralType

See Also

Reference

Was this information helpful?