Share

acdbEvaluateFields

Functions

Function Description
acdbEvaluateFields This function evaluates all the fields in the objects in the database. pFieldsToEvaluate and pszEvaluatorId can be used to control what types of fields in the objects are evaluated.If the pDb argument is null and the field is database resident, the field's database is used. If it is null and the field is not database resident, evaluation of fields that require a database will fail.Returns Acad::eOk if successful.
acdbEvaluateFields This function evaluates all the fields in the objects in the database. If objIds is not null, it evaluates the fields only in the objects in this array. Otherwise, it evaluates the fields in the entire database.If the pDb argument is null and the field is database resident, the field's database is used. If it is null and the field is not database resident, evaluation of fields that require a database fails.
acdbEvaluateFields This function evaluates all the fields in the objects in the database. If objId is not null, it evaluates the fields only in the specified object. Otherwise, it evaluates the fields in the entire database.If the pDb argument is null and the field is database resident, the field's database is used. If it is null and the field is not database resident, evaluation of fields that require a database fails.
acdbEvaluateFields This function evaluates all the fields in an object in the database. pFieldsToEvaluate and pszEvaluatorId can be used to control what types of fields in the objects are evaluated.If the pDb argument is null and the field is database resident, the field's database is used. If it is null and the field is not database resident, evaluation of fields that require a database will fail.Returns Acad::eOk if successful.

Was this information helpful?