Documentação da API > Miscellaneous > Object ProSelectionarray > Function ProSelectionarrayToReferences
Function ProSelectionarrayToReferences
Description
Converts a selection ProArray to a reference ProArray.
Synopsis
#include <ProReference.h>
ProSelectionarrayToReferences
(
ProSelection* selections
/* (In)
ProArray of selection handles.
*/
ProReference** references
/* (Out)
The ProArray of reference handles. Free this array using ProReferencearrayFree().
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
Isto foi útil?