iplProbeBatchAddProbeArray

Function iplProbeBatchAddProbeArray 

Source
pub unsafe extern "C" fn iplProbeBatchAddProbeArray(
    probeBatch: IPLProbeBatch,
    probeArray: IPLProbeArray,
)
Expand description

Adds every probe in an array to a batch. The new probes will be added, in order, at the end of the batch.

\param probeBatch The probe batch. \param probeArray The probe array containing the probes to add.