Class pfcTableOwner
Description
This interface represents a Creo Parametric model that can contain tables.
See Also:
Direct Known Subclasses:
User Guide References:
Method Summary
| |
| |
| |
| Creates a table in the model. |
void | |
| |
| |
| Deletes a table from the model. |
| |
| |
| |
| Gets a table in the model, given its identifier. |
| |
| |
| |
| Lists the tables in the model. |
| |
| |
| |
| Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction. |
| |
| |
| |
| Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions. |
void | |
| |
| |
| Updates all drawing tables. |
Method Detail
Creates a table in the model.
Exceptions thrown (but not limited to):
<reference 4 to unknown entity pfcExceptions::pfcXInAMethod>
See Also:
Parameters:
Instructions
Data object containing information on the table to create.
Returns:
The created table.
User Guide References:
Deletes a table from the model.
Exceptions thrown (but not limited to):
Parameters:
Table
The table to delete.
Repaint
true to repaint the drawing with the changes, false or null to delay the repaint.
User Guide References:
Gets a table in the model, given its identifier.
Parameters:
Id
The table identifier.
Returns:
The table, or null, if the table was not found.
User Guide References:
Lists the tables in the model.
Exceptions thrown (but not limited to):
Returns:
Sequence of tables found in the model.
User Guide References:
Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction.
See Also:
Parameters:
Instructions
Data object containing details about the table to be retrieved.
Returns:
The created table.
User Guide References:
Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions.
See Also:
Parameters:
Instructions
Data object containing details about the table to be retrieved.
Returns:
The created table.
User Guide References:
Updates all drawing tables.
User Guide References: