API 설명서 > Miscellaneous > Object ProReferencearray > Function ProReferencearrayToSelections
Function ProReferencearrayToSelections
Description
Converts a reference ProArray to a selection ProArray.
Synopsis
#include <ProReference.h>
ProReferencearrayToSelections
(
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
The function succeeded.
One or more arguments was invalid.
User Guide References
도움이 되셨나요?