Library | Module

Class pfcTableOwner



Description

This interface represents a Creo Parametric model that can contain tables.
See Also:
pfcModel2D
Direct Known Subclasses:
pfcModel2D



Method Summary

pfcTableCreateTable (pfcTableCreateInstructions Instructions)
Creates a table in the model.
voidDeleteTable (pfcTable Table, /* optional */ boolean Repaint)
Deletes a table from the model.
/* optional */ pfcTableGetTable (number Id)
Gets a table in the model, given its identifier.
pfcTablesListTables ()
Lists the tables in the model.
pfcTableRetrieveTable (pfcTableRetrieveInstructions Instructions)
Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction.
pfcTableRetrieveTableByOrigin (pfcTableRetrieveInstructions Instructions)
Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions.
voidUpdateTables ()
Updates all drawing tables.



Method Detail


pfcTableCreateTable (pfcTableCreateInstructions Instructions)

Creates a table in the model.

Exceptions thrown (but not limited to):

<reference 4 to unknown entity pfcExceptions::pfcXInAMethod>


See Also:
pfcTableCreateInstructions.Create()
Parameters:
Instructions
Data object containing information on the table to create.
Returns:
The created table.



voidDeleteTable (pfcTable Table, /* optional */ boolean Repaint)

Deletes a table from the model.

Exceptions thrown (but not limited to):

pfcXToolkitNotExist - The specified table_id does not exist.


Parameters:
Table
The table to delete.
Repaint
true to repaint the drawing with the changes, false or null to delay the repaint.



/* optional */ pfcTableGetTable (number Id)

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.



pfcTablesListTables ()

Lists the tables in the model.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - No tables were found.


Returns:
Sequence of tables found in the model.



pfcTableRetrieveTable (pfcTableRetrieveInstructions Instructions)

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:
pfcTableRetrieveInstructions.Create()
Parameters:
Instructions
Data object containing details about the table to be retrieved.
Returns:
The created table.



pfcTableRetrieveTableByOrigin (pfcTableRetrieveInstructions Instructions)

Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions.
See Also:
pfcTableRetrieveInstructions.Create()
Parameters:
Instructions
Data object containing details about the table to be retrieved.
Returns:
The created table.



voidUpdateTables ()

Updates all drawing tables.