Class pfcTableRetrieveInstructions
Description
This interface contains information needed to retrieve a table from disk.
See Also:
Manual References:
Method Summary
| |
| |
| |
| Creates a data object containing instructions to retrieve a drawing table. |
| |
| |
void | |
| |
| |
| Name, excluding the extension. |
| |
| |
void | |
| |
| |
| Path to the table file, or null, if the file is in the working directory. |
| |
| |
void | |
| |
| |
| The position for the retrieved table. |
| |
| |
void | |
| |
| |
| The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used. |
| |
| |
void | |
| |
| |
| The solid model from which to copy data into the table. If null, the table will not use any solid model data. |
| |
| |
void | |
| |
| |
| The file version, or null, for the latest file. |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Method Detail
| GetFileName | () |
void | SetFileName | |
Name, excluding the extension.
Manual References:
Path to the table file, or null, if the file is in the working directory.
Manual References:
| GetVersion | () |
void | SetVersion | |
The file version, or null, for the latest file.
Manual References:
| GetPosition | () |
void | SetPosition | |
The position for the retrieved table.
Manual References:
| GetReferenceSolid | () |
void | SetReferenceSolid | |
The solid model from which to copy data into the table. If null, the table will not use any solid model data.
Manual References:
| GetReferenceRep | () |
void | SetReferenceRep | |
The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.
Manual References:
Creates a data object containing instructions to retrieve a drawing table.
Manual References:
Parameters:
FileName
The name of the table file.
Position
The location for the retrieved table.
Returns:
The created data object.