Library | Package Java Toolkit

Interface FunctionReturn

package com.ptc.pfc.pfcProToolkit;

public interface FunctionReturn
  extends jxobject



Description

This interface contains the data returned by a Creo Parametric TOOLKIT function call.



Method Summary
intGetFunctionReturn ()
    Get method for attribute "FunctionReturn"
    The function return value.
ArgumentsGetOutputArguments ()
    Get method for attribute "OutputArguments"
    Sequence of output arguments from the function call.
voidSetFunctionReturn (int value)
    Set method for attribute "FunctionReturn"
    The function return value.
voidSetOutputArguments (Arguments value)
    Set method for attribute "OutputArguments"
    Sequence of output arguments from the function call.

Method Detail

GetOutputArguments/SetOutputArguments

ArgumentsGetOutputArguments ()
voidSetOutputArguments (Arguments value)


    Sequence of output arguments from the function call.



GetFunctionReturn/SetFunctionReturn

intGetFunctionReturn ()
voidSetFunctionReturn (int value)


    The function return value.