GetGlobalCount

Returns a true or false value that indicates whether the retrieval operation is successful. When the operation is successful, the function stores and interrogates the global iteration count used in a solution, such as the iteration count or number of overall solver time steps in a transient run.

Calling convention:

bool GetGlobalCount (double* val)
Note:

To access this method, you must use the GetTMGFunction method and include the AdditionalFunctions.h file located in the [installation_path]\tmg\include\maya\expeval_utils folder in the beginning of your source file.

Argument Data type Description
val double* The value of a global count.

For the example, see the GetAreaBC method.