| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static ColumnCreateOption | ColumnCreateOption_Create
(ColumnJustification Justification, double ColumnWidth)
Creates a data object used for creating a column in a drawing table. |
| static TableCell | TableCell_Create
(int RowNumber, int ColumnNumber)
Creates a new data object representing a cell in drawing table. |
| static TableCreateInstructions | TableCreateInstructions_Create
(Point3D Origin)
Creates a data object used to create a table, when passed to TableOwner.CreateTable(TableCreateInstructions). |
| static TableRetrieveInstructions | TableRetrieveInstructions_Create
(String FileName, Point3D Position)
Creates a data object containing instructions to retrieve a drawing table. Pass this function to TableOwner.RetrieveTable(TableRetrieveInstructions). or TableOwner.RetrieveTableByOrigin(TableRetrieveInstructions). |
| Method Detail |
|---|
| ColumnCreateOption_Create |
|---|
| static ColumnCreateOption | ColumnCreateOption_Create | (ColumnJustification Justification, double ColumnWidth) |
Creates a data object used for creating a column in a drawing table.
|
| TableCreateInstructions_Create |
|---|
| static TableCreateInstructions | TableCreateInstructions_Create | (Point3D Origin) |
Creates a data object used to create a table, when passed to TableOwner.CreateTable(TableCreateInstructions).
|
| TableRetrieveInstructions_Create |
|---|
| static TableRetrieveInstructions | TableRetrieveInstructions_Create | (String FileName, Point3D Position) |
| Creates a data object containing instructions to retrieve a drawing table. Pass this function to TableOwner.RetrieveTable(TableRetrieveInstructions). or TableOwner.RetrieveTableByOrigin(TableRetrieveInstructions).
|
| TableCell_Create |
|---|
| static TableCell | TableCell_Create | (int RowNumber, int ColumnNumber) |
Creates a new data object representing a cell in drawing table.
|