Share

Miscellaneous Macros

Description

Describes macros specific to the miscellaneous classes.

Macros

Macro Description
actrTransactionManager The actrTransactionManager macro provides a pointer to the ObjectARX system transaction manager object. The system transaction manager object is used to start, end, and terminate transactions, access objects within a transaction, and other transaction-related functionsThe actual definition of the macro is as follows.
eOkCheck This macro asserts if the expression used in it does not evaluate to Acad::eOk. It evaluates to the whatever the expression in it evaluates to.
eOkTest This macro evaluates to true if the expression used in it evaluates to Acad::eOk; otherwise it evaluates to false.
eOkVerify This macro asserts if the expression used in it does not evaluate to Acad::eOk. It evaluates to true if the expression used in it evaluates to Acad::eOk; otherwise it evaluates to false.
NULL Deprecated. This macro represents null.

Was this information helpful?