C_GetSampleTimesCollated

Call C_GetSampleTimesCollated to find the simulation times for the specified collated results.

int C_GetSampleTimesCollated(

TOrcFxAPIHandle CollatedResultsHandle,

double *lpTimes,

int *lpStatus

);

Parameters

CollatedResultsHandle (IN)

The collated results handle obtained by calling C_CreateCollatedResultsAdmin.

lpTimes (OUT)

Points to an array of double of length $N$, where $N$ is the number of samples for the specified collated results and $N$ can be obtained by calling C_GetNumOfSamplesCollated. The function populates the array with the $N$ sample times.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

C_CreateCollatedResultsAdmin, C_DestroyCollatedResultsAdmin, C_GetTimeHistoryCollated, C_GetMultipleTimeHistoriesCollated, C_GetNumOfSamplesCollated, C_GetRangeGraphCollated.