Gets the collection of all alignment spiral design checks.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentDesignCheckCollection SpiralDesignChecks { get; }
VB
Public ReadOnly Property SpiralDesignChecks As AlignmentDesignCheckCollection Get
C++
public: property AlignmentDesignCheckCollection^ SpiralDesignChecks { AlignmentDesignCheckCollection^ get (); }