Documentação da API > Selection > Object ProSelection > Function ProSelectionDrawingGet
Function ProSelectionDrawingGet
Description
For a ProSelection representing a entities selected in a drawing returns the drawing model handle from which the entities were selected
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionDrawingGet
(
ProSelection selection
/* (In)
ProSelection representing an entity selected in a drawing
*/
ProDrawing * drawing
/* (Out)
The drawing model handle from which the selection was made
*/
)
Returns
invalid inputs
no associated drawing found
Successfully in finding the drawing for the selection
User Guide References
Isto foi útil?