TTimeHistorySpecification

The TTimeHistorySpecification data structure is used to define individual time history variables when calling C_GetMultipleTimeHistories. With the exception of the period, which is passed separately to C_GetMultipleTimeHistories, this structure contains the input arguments to C_GetTimeHistory2.

typedef struct {

TOrcFxAPIHandle ObjectHandle;

TObjectExtra2 *lpObjectExtra;

int VarID;

} TTimeHistorySpecification;

Members

ObjectHandle

The handle of the object for which results are to be obtained.

lpObjectExtra

Points to a TObjectExtra2 variable which specifies where on the object results are required. Can be NULL if no additional information is needed.

VarID

Specifies the OrcaFlex variable for which the time history results are requested. Call C_GetVarID to obtain a VarID from a variable name.

Unicode and ANSI

The Unicode structure name is TTimeHistorySpecificationW and the ANSI structure name is TTimeHistorySpecificationA.

See also

C_GetMultipleTimeHistories, C_GetTimeHistory2.