API Documentation > Classes > Class pfcRetrieveExistingSimpRepInstructions
Class pfcRetrieveExistingSimpRepInstructions
Description
Used to retrieve an existing simplified representation of an assembly.
Direct Parent Classes:
User Guide References:
Property Summary
string
Name of the existing representation.
Method Summary
Create (string ExistSimpName)
Creates a new object used to retrieve an existing simplified representation.
Property Detail
string
ExistSimpName
Name of the existing representation.
Method Detail
Create
(string ExistSimpName)
Creates a new object used to retrieve an existing simplified representation.
The return value must be passed to pfcBaseSession.RetrieveAssemSimpRep() .
Parameters:
ExistSimpName
Name of the existing representation.
Returns:
The pfcRetrieveExistingSimpRepInstructions object.
User Guide References:
Was this helpful?