Library | Package Java Toolkit

Interface UDFReference

package com.ptc.pfc.pfcUDFCreate;

public interface UDFReference
  extends jxobject



Description

This class describes an array of element references.



Method Summary
booleanGetIsExternal ()
    Get method for attribute "IsExternal"
    Determines whether reference is to current solid or to an external solid.
StringGetPromptForReference ()
    Get method for attribute "PromptForReference"
    String given to user if placing UDF interactively.
SelectionGetReferenceItem ()
    Get method for attribute "ReferenceItem"
    Item used for reference.
voidSetIsExternal (boolean value)
    Set method for attribute "IsExternal"
    Determines whether reference is to current solid or to an external solid.
voidSetPromptForReference (String value)
    Set method for attribute "PromptForReference"
    String given to user if placing UDF interactively.
voidSetReferenceItem (Selection value)
    Set method for attribute "ReferenceItem"
    Item used for reference.

Method Detail

GetPromptForReference/SetPromptForReference

StringGetPromptForReference ()
voidSetPromptForReference (String value)


    String given to user if placing UDF interactively.



GetReferenceItem/SetReferenceItem

SelectionGetReferenceItem ()
voidSetReferenceItem (Selection value)


    Item used for reference.
Manual References:
Features: Creating a Custom UDF, Features: Creating a Custom UDF



GetIsExternal/SetIsExternal

booleanGetIsExternal ()
voidSetIsExternal (boolean value)


    Determines whether reference is to current solid or to an external solid.
Manual References:
Features: Creating a Custom UDF, Features: Creating a Custom UDF