Library | Module

Interface IpfcTableCreateInstructions



Description

This interface is used when creating a table.
See Also:
IpfcTableOwner.CreateTable()



Property Summary

PropertyColumnDataas 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.
PropertyOriginas IpfcPoint3D
The origin for the table placement.
PropertyRowHeightsas 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.
PropertySizeTypeas IpfcTableSizeType
Indicates the scale used when calculating the size of rows and columns.



Method Summary

FunctionCCpfcTableCreateInstructions.Create (Origin as IpfcPoint3D) as IpfcTableCreateInstructions
Creates a data object used to create a table, when passed to IpfcTableOwner.CreateTable().



Property Detail


PropertyColumnDataas 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.




PropertyOriginas IpfcPoint3D

The origin for the table placement.




PropertyRowHeightsas 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.




PropertySizeTypeas IpfcTableSizeType

Indicates the scale used when calculating the size of rows and columns.





Method Detail


FunctionCCpfcTableCreateInstructions.Create (Origin as IpfcPoint3D) as IpfcTableCreateInstructions

Creates a data object used to create a table, when passed to IpfcTableOwner.CreateTable().
Parameters:
Origin
The location of the table origin.
Returns:
The instructions data object.