Share

acdbMakeFieldCode

Description

This method formats field code using the specified components. The field expression can be a simple field name like Date or Filename, or a complex expression like a diesel expression.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pszFieldExpr Input field expression to format the field code
pszFieldCode Output reference to a character pointer to receive the formatted field code; this pointer is dynamically allocated and the caller is responsible for releasing it using acutDelString()

Was this information helpful?