Library | Module

Interface IpfcUDFExternalReference



Description

The assembly and member to reference when placing the UDF with external references.



Property Summary

PropertyExternalReferenceModelas IpfcComponentPath
The external component in an assembly to which the reference is made.



Method Summary

FunctionCCpfcUDFExternalReference.Create (Model as IpfcComponentPath) as IpfcUDFExternalReference
Creates a UDFExternalReference object that is required when placing a UDF with external references.



Property Detail


PropertyExternalReferenceModelas IpfcComponentPath

The external component in an assembly to which the reference is made.





Method Detail


FunctionCCpfcUDFExternalReference.Create (Model as IpfcComponentPath) as IpfcUDFExternalReference

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.