Object ProSelectionarray

Function ProSelectionarrayToReferences


Description
Converts a selection ProArray to a reference ProArray.
Synopsis
#include <ProReference.h>
ProErrorProSelectionarrayToReferences(
ProSelection* selections
/* (In)
ProArray of selection handles.
*/
ProReference** references
/* (Out)
The ProArray of reference handles. Free this array using ProReferencearrayFree().
*/
)
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

Sample Code References:

  1. pt_userguide ( UgMfgHoleElemAdd.c )