Validate a specific design check on this entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool ValidateDesignCheck( AlignmentDesignCheck designCheck ) |
| Visual Basic |
|---|
Public Function ValidateDesignCheck ( _ designCheck As AlignmentDesignCheck _ ) As Boolean |
| Visual C++ |
|---|
public: bool ValidateDesignCheck( AlignmentDesignCheck^ designCheck ) |
Parameters
- designCheck
- Type: Autodesk.Civil..::..AlignmentDesignCheck
The design check to validate
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when the design check type is inconsistent with the alignment sub-entity type. |