Library | Module

Interface IpfcRetrieveExistingSimpRepInstructions



Description

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



Property Summary

PropertyExistSimpNameas String
Name of the existing representation.



Method Summary

FunctionCCpfcRetrieveExistingSimpRepInstructions.Create (ExistSimpName as String) as IpfcRetrieveExistingSimpRepInstructions
Creates a new object used to retrieve an existing simplified representation.



Property Detail


PropertyExistSimpNameas String

Name of the existing representation.





Method Detail


FunctionCCpfcRetrieveExistingSimpRepInstructions.Create (ExistSimpName as String) as IpfcRetrieveExistingSimpRepInstructions

Creates a new object used to retrieve an existing simplified representation.


The return value must be passed to IpfcBaseSession.RetrieveAssemSimpRep() .
Parameters:
ExistSimpName
Name of the existing representation.
Returns:
The pfcRetrieveExistingSimpRepInstructions object.