GetConditionSequenceValue

Retrieves the condition sequence parameter value evaluated at the specified time.

Calling convention:

bool GetConditionSequence (const char* name, double* time, 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
name const char* The name of the condition sequence parameter associated with EXPTAB card.
time double* Specified time at which the condition sequence is retrieved.
val double* The condition sequence parameter value.

For the example, see the GetAreaBC method.