API Documentation > Interface Classes > Class pfcRetrieveExistingSimpRepInstructions
Class pfcRetrieveExistingSimpRepInstructions

# include <pfcSimpRep.h>

class
pfcRetrieveExistingSimpRepInstructions
: public virtual
pfcSimpRepInstructions
{
xdeclare(pfcRetrieveExistingSimpRepInstructions)
...
};
This is a
COMPACT class.

Description
Used to retrieve an existing simplified representation of an assembly.
Methods Inherited from Class pfcSimpRepInstructions::
Method Summary
Create (xrstring ExistSimpName)
Creates a new object used to retrieve an existing simplified representation.
void
Name of the existing representation.
Method Detail
GetExistSimpName
()
void
SetExistSimpName
(xrstring value)
Name of the existing representation.
Creates a new object used to retrieve an existing simplified representation.
User Guide References:
Parameters:
ExistSimpName
Name of the existing representation.
Returns:
The pfcRetrieveExistingSimpRepInstructions object.
Was this helpful?