Documentación de la API > Selection > Object ProSelection > Function ProSelectionDwgtableGet
Function ProSelectionDwgtableGet
DEPRECATED:
Creo 11.0
SUPERSEDED BY:
Description
For a ProSelection representing a cell of a drawing table, returns the table from which the cell was selected.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionDwgtableGet
(
ProSelection selection
/* (In)
ProSelection representing a cell of a drawing table.
*/
ProDwgtable * table
/* (Out)
The table from which the cell was selected.
*/
)
Returns
selection not provided, selection not a table cell, or ProDwgtable for output not provided.
Successfully found table corresponding to the table cell.
Sample Code References
¿Fue esto útil?