Gets the collection of all profile line design checks.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public ProfileDesignCheckCollection LineDesignChecks { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LineDesignChecks As ProfileDesignCheckCollection Get |
| Visual C++ |
|---|
public: property ProfileDesignCheckCollection^ LineDesignChecks { ProfileDesignCheckCollection^ get (); } |