API Documentation > Classes > Interface IpfcUDFExternalReference
Interface IpfcUDFExternalReference
Description
The assembly and member to reference when placing the UDF with external references.
Property Summary
Property
The external component in an assembly to which the reference is made.
Method Summary
Function
Creates a UDFExternalReference object that is required when placing a UDF with external references.
Property Detail
Property
ExternalReferenceModel
The external component in an assembly to which the reference is made.
Method Detail
Function
CCpfcUDFExternalReference.Create
Creates a UDFExternalReference object that is required when placing a UDF with external references.
Used as a component of IpfcUDFCustomCreateInstructions .
Parameters:
Model
Component path to the model to which the external reference is made.
Returns:
Instance of the UDFExternalReference object.
Was this helpful?