Library | File

Class pfcFunctionReturn

# include <pfcProToolkit.h>

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



Description

This interface contains the data returned by a Creo Parametric TOOLKIT function call.
Manual References:
Task Based Application Libraries: Launching a Creo TOOLKIT DLL



Method Summary

xintGetFunctionReturn ()
voidSetFunctionReturn (xint value)
The function return value.
pfcArguments_ptrGetOutputArguments ()
voidSetOutputArguments (pfcArguments_ptr value)
Sequence of output arguments from the function call.



Method Detail

pfcArguments_ptrGetOutputArguments ()
voidSetOutputArguments (pfcArguments_ptr value)

Sequence of output arguments from the function call.




xintGetFunctionReturn ()
voidSetFunctionReturn (xint value)

The function return value.