![]() |
Create()






Public Function |
Declared in: NiIviFgen.h |
Declaration
inline ViInt32 Create( const CNiInt32Vector& handles, const CNiInt32Vector& loops);
Description
Creates an arbitrary sequence from an array of waveform handles and an array of corresponding loop counts, and return a handle that identifies the sequence. The number of elements in the sequence is the lesser of the length of the loops and handles parameters.
Parameters
const CNiInt32Vector& handles
const CNiInt32Vector& loops
An array of waveform handles from which you want to create a new arbitrary sequence.
An array of loops from which you want to create a new arbitrary sequence.