API Documentation > Interface Classes > Class pfcTableRetrieveInstructions
Class pfcTableRetrieveInstructions

# include <pfcTable.h>

class
pfcTableRetrieveInstructions
: public virtual
xobject
{
xdeclare(pfcTableRetrieveInstructions)
...
};
This is a
COMPACT class.

Description
This interface contains information needed to retrieve a table from disk.
See Also:
User Guide References:
Method Summary
Create (xrstring FileName, pfcPoint3D_ptr Position)
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
(xrstring value)
Name, excluding the extension.
User Guide References:
GetPath
()
void
SetPath
Path to the table file, or null, if the file is in the working directory.
User Guide References:
GetVersion
()
void
SetVersion
(cipOptional xint value)
The file version, or null, for the latest file.
User Guide References:
GetPosition
()
void
SetPosition
(pfcPoint3D_ptr value)
The position for the retrieved table.
User Guide 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.
User Guide 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.
User Guide References:
Create
(xrstring FileName, pfcPoint3D_ptr Position)
Creates a data object containing instructions to retrieve a drawing table.
User Guide References:
Parameters:
FileName
The name of the table file.
Position
The location for the retrieved table.
Returns:
The created data object.
Was this helpful?