FLDget_time_values
Synopsis
Get/set array of time values in a field
int FLDset_time_values(
OMobj_id field,
double *time,
int size,
int mode)int FLDget_time_values (
OMobj_id field,
double **time,
int *size,
int mode)int FLDget_time_values_n(
OMobj_id field,
double **time,
int *size,
int mode)Description
Gets or sets array of time values in a time-dependent fields
Parameters
An integer constant that establishes the access mode for the array subobject that holds the time array. These are the same constants that are used in calls to OMget_array. See FLDget_node_data for a detailed description.
Examples
Files
See Also