Library | Module

Class pfcRetrieveExistingSimpRepInstructions



Description

Used to retrieve an existing simplified representation of an assembly.
Direct Parent Classes:
pfcSimpRepInstructions



Property Summary

stringExistSimpName
Name of the existing representation.



Method Summary

static pfcRetrieveExistingSimpRepInstructionsCreate (string ExistSimpName)
Creates a new object used to retrieve an existing simplified representation.



Property Detail


stringExistSimpName

Name of the existing representation.





Method Detail


static pfcRetrieveExistingSimpRepInstructionsCreate (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.