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