API Documentation > Classes > Class pfcTableRetrieveInstructions
Class pfcTableRetrieveInstructions
Description
This interface contains information needed to retrieve a table from disk.
See Also:
User Guide References:
Property Summary
string
Name, excluding the extension.
/* optional */ string
Path to the table file, or null, if the file is in the working directory.
The position for the retrieved table.
/* optional */ pfcSimpRep
The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.
/* optional */ pfcSolid
The solid model from which to copy data into the table. If null, the table will not use any solid model data.
/* optional */ number
The file version, or null, for the latest file.
Method Summary
Create (string FileName, pfcPoint3D Position)
Creates a data object containing instructions to retrieve a drawing table.
Property Detail
string
FileName
Name, excluding the extension.
/* optional */ string
Path
Path to the table file, or null, if the file is in the working directory.
Position
The position for the retrieved table.
/* optional */ pfcSimpRep
ReferenceRep
The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.
/* optional */ pfcSolid
ReferenceSolid
The solid model from which to copy data into the table. If null, the table will not use any solid model data.
/* optional */ number
Version
The file version, or null, for the latest file.
Method Detail
Create
(string FileName, pfcPoint3D Position)
Creates a data object containing instructions to retrieve a drawing table.
Parameters:
FileName
The name of the table file.
Position
The location for the retrieved table.
Returns:
The created data object.
User Guide References:
Was this helpful?