AlignmentSubEntityValidateDesignCheck Method |
Validate a specific design check on this entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool ValidateDesignCheck(
AlignmentDesignCheck designCheck
)
Public Function ValidateDesignCheck (
designCheck As AlignmentDesignCheck
) As Boolean
public:
bool ValidateDesignCheck(
AlignmentDesignCheck^ designCheck
)
Parameters
- designCheck AlignmentDesignCheck
- The design check to validate
Return Value
Boolean
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the design check type is inconsistent with the alignment sub-entity type.
|
See Also