Documentación de la API > Selection > Object ProSelection > Function ProSelectionCopy
Function ProSelectionCopy
Description
Copies a selection object.
Synopsis
#include <ProSelection.h>
ProSelectionCopy
(
ProSelection from_selection
/* (In)
The selection object to copy
*/
ProSelection* p_to_selection
/* (Out)
The copied selection object
*/
)
Returns
The function successfully copied the selection.
The copy failed.
Sample Code References
User Guide References
¿Fue esto útil?