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:
Manual 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.
Manual References:
GetPath
()
void
SetPath
(optional xrstring value)
Path to the table file, or null, if the file is in the working directory.
Manual References:
GetVersion
()
void
SetVersion
(optional xint value)
The file version, or null, for the latest file.
Manual References:
GetPosition
()
void
SetPosition
(pfcPoint3D_ptr value)
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:
Create
(xrstring FileName, pfcPoint3D_ptr Position)
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.
Was this helpful?