| Library | Module | Frames | Expand |
| Property | ColumnData | as IpfcColumnCreateOptions |
| Sequence of column heights and justifications (the number of elements included indicates the number of columns to create). The maximum number of columns that can be created is 50. | ||
| Property | Origin | as IpfcPoint3D |
| The origin for the table placement. | ||
| Property | RowHeights | as Irealseq |
| Sequence of row heights (the number of heights included indicates the number of rows to create). The maximum number of rows that can be created is 100. | ||
| Property | SizeType | as IpfcTableSizeType |
| Indicates the scale used when calculating the size of rows and columns. | ||
| Function | CCpfcTableCreateInstructions.Create (Origin as IpfcPoint3D) as IpfcTableCreateInstructions | |
| Creates a data object used to create a table, when passed to IpfcTableOwner.CreateTable(). | ||
| Property | ColumnData | as IpfcColumnCreateOptions |
|
Sequence of column heights and justifications (the number of elements included indicates the number of columns to create). The maximum number of columns that can be created is 50. |
| Property | Origin | as IpfcPoint3D |
|
The origin for the table placement. |
| Property | RowHeights | as Irealseq |
|
Sequence of row heights (the number of heights included indicates the number of rows to create). The maximum number of rows that can be created is 100. |
| Property | SizeType | as IpfcTableSizeType |
|
Indicates the scale used when calculating the size of rows and columns. |
| Function | CCpfcTableCreateInstructions.Create | (Origin as IpfcPoint3D) as IpfcTableCreateInstructions |
|
Creates a data object used to create a table, when passed to IpfcTableOwner.CreateTable().
|