Documentación de la API > Drawings and detail > Object ProDwgtable > Function ProDwgtableCellRefmodelGet
Function ProDwgtableCellRefmodelGet
Description
Returns the reference assembly and component referred to by this cell in a repeat region drawing table. Differs from ProDwgtableCellComponentGet in that this function will return the reference objects if the cell attribute is set to "NO DUPLICATE" or "NO DUPLICATE/LEVEL".
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDwgtableCellRefmodelGet
(
/* (In)
The drawing table.
*/
int column
/* (In)
The cell column. Column indices start at 1.
*/
int row
/* (In)
The cell row. Row indices start at 1.
*/
ProAssembly* assembly
/* (Out)
The top model for the region.
*/
ProMdl* model
/* (Out)
The model of record for the cell.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The cell does not have an associated model.
See Also
User Guide References
¿Fue esto útil?