Validate a specific design check on this entity.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool ValidateDesignCheck( ProfileDesignCheck designCheck, ProfileApplyCurveType curveType )
VB
Public Function ValidateDesignCheck ( designCheck As ProfileDesignCheck, curveType As ProfileApplyCurveType ) As Boolean
C++
public: bool ValidateDesignCheck( ProfileDesignCheck^ designCheck, ProfileApplyCurveType curveType )
Parameters
- designCheck ProfileDesignCheck
- The design check to validate.
- curveType ProfileApplyCurveType
- The curve type to use for the validation.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the design check type is inconsistent with the profile entity type. |