Validate a specific design check on this entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function ValidateDesignCheck ( _
designCheck As AlignmentDesignCheck _
) As Boolean |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The design check type is not AlignmentDesignCheckType::TangentIntersection.
- The alignment entity type is not AlignmentEntityType::SpiralCurve, CurveSpiral, SpiralSpiral or SpiralCurveSpiral.
|
See Also