API Documentation > Selection > Object ProSelection > Function ProSelectionToReference
Function ProSelectionToReference
Description
Gets and allocates a ProReference containing a representation for this selection.
Synopsis
#include <ProReference.h>
ProSelectionToReference
(
ProSelection selection
/* (In)
The selection handle.
*/
ProReference* reference
/* (Out)
The resulting ProReference handle. This reference is separately allocated and should be freed using ProReferenceFree().
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
Was this helpful?