C++
inline bool isEvaluationRequest( AcDbAssocStatus status );
File
AcDbAssocGlobal.h
Description
Checks whether the AcDbAssocStatus value indicates that an AcDbAssocAction or AcDbAssocDependency needs to be evaluated.
Parameters
Parameters | Description |
---|---|
status | The AcDbAssocStatus to check. |
Returns
true if the status indicates that an evaluation is needed; otherwise, false.