Gets the collection of applicable design checks.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public Collection<AlignmentDesignCheck> DesignChecks() |
Visual Basic |
---|
Public Function DesignChecks As Collection(Of AlignmentDesignCheck) |
Visual C++ |
---|
public: Collection<AlignmentDesignCheck^>^ DesignChecks() |