Documentación de la API > Selection > Object ProSelection > Function ProSelectionModelitemGet
Function ProSelectionModelitemGet
Description
Gets the model item from a selection object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionModelitemGet
(
ProSelection selection
/* (In)
The selection object.
*/
ProModelitem* p_mdl_item
/* (Out)
The model item.
*/
)
Returns
The function successfully retrieved the model item.
The model item doesn't exist.
The supplied inputs were incorrect.
Sample Code References
User Guide References
¿Fue esto útil?