Object ProReferencearray

Function ProReferencearrayToSelections


Description
Converts a reference ProArray to a selection ProArray.
Synopsis
#include <ProReference.h>
ProErrorProReferencearrayToSelections(
ProReference* references
/* (In)
The ProArray of reference handles.
*/
ProBoolean skip_unusable
/* (In)
PRO_B_TRUE to skip the processing of missing references that cannot be valid selections. PRO_B_FALSE to process all references.
*/
ProSelection** selections
/* (Out)
ProArray of selection handles. Free this array using ProSelectionarrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Element Trees: References: Reading References
  2. Element Trees: References: Reading References