Library | File

Class pfcUDFExternalReference

# include <pfcUDFCreate.h>

class pfcUDFExternalReference
 : public virtual xobject
{
    xdeclare(pfcUDFExternalReference)
    ...
};
This is a COMPACT class.



Description

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



Method Summary

static pfcUDFExternalReference_ptrCreate (pfcComponentPath_ptr Model)
Creates a UDFExternalReference object that is required when placing a UDF with external references.
pfcComponentPath_ptrGetExternalReferenceModel ()
voidSetExternalReferenceModel (pfcComponentPath_ptr value)
The external component in an assembly to which the reference is made.



Method Detail

pfcComponentPath_ptrGetExternalReferenceModel ()
voidSetExternalReferenceModel (pfcComponentPath_ptr value)

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




static pfcUDFExternalReference_ptrCreate (pfcComponentPath_ptr Model)

Creates a UDFExternalReference object that is required when placing a UDF with external references.

Used as a component of pfcUDFCustomCreateInstructions .
Parameters:
Model
Component path to the model to which the external reference is made.
Returns:
Instance of the UDFExternalReference object.