Gets the collection of all alignment superelevation design checks.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public AlignmentDesignCheckCollection SuperelevationDesignChecks { get; }
Visual Basic
Public ReadOnly Property SuperelevationDesignChecks As AlignmentDesignCheckCollection Get
Visual C++
public: property AlignmentDesignCheckCollection^ SuperelevationDesignChecks { AlignmentDesignCheckCollection^ get (); }