GetElemID

Returns the current element ID.

Calling convention:

bool GetElemID (int* val)
Argument Data type Description
val int* The element ID.

You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.

Example:

int elem = 0;
boolResult = pContext->GetElemId(&elem);