| Library | Module | Frames | Expand |
| Function | CreateTable (Instructions as IpfcTableCreateInstructions) as IpfcTable | |
| Creates a table in the model. | ||
| Sub | DeleteTable (Table as IpfcTable, Repaint as Boolean [optional]) | |
| Deletes a table from the model. | ||
| Function | GetTable (Id as Long) as IpfcTable [optional] | |
| Gets a table in the model, given its identifier. | ||
| Function | ListTables () as IpfcTables | |
| Lists the tables in the model. | ||
| Function | RetrieveTable (Instructions as IpfcTableRetrieveInstructions) as IpfcTable | |
| Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction. | ||
| Function | RetrieveTableByOrigin (Instructions as IpfcTableRetrieveInstructions) as IpfcTable | |
| Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions. | ||
| Sub | UpdateTables () | |
| Updates all drawing tables. | ||
| Function | CreateTable | (Instructions as IpfcTableCreateInstructions) as IpfcTable |
|
Creates a table in the model. Exceptions thrown (but not limited to): <reference to unknown entity pfcExceptions::pfcXInAMethod>
|
| Sub | DeleteTable | (Table as IpfcTable, Repaint as Boolean [optional]) |
|
Deletes a table from the model. Exceptions thrown (but not limited to): IpfcXToolkitNotExist - The specified table_id does not exist.
|
| Function | GetTable | (Id as Long) as IpfcTable [optional] |
|
Gets a table in the model, given its identifier.
|
| Function | ListTables | () as IpfcTables |
|
Lists the tables in the model. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - No tables were found.
|
| Function | RetrieveTable | (Instructions as IpfcTableRetrieveInstructions) as IpfcTable |
|
Retrieves a table from a file on disk.This method always place table's top left corner at a point sepcified by instruction.
|
| Function | RetrieveTableByOrigin | (Instructions as IpfcTableRetrieveInstructions) as IpfcTable |
|
Retrieves a table from a file on disk. This method place table's origin at a point sepcified by instructions.
|
| Sub | UpdateTables | () |
|
Updates all drawing tables. |