Library | Package Java Toolkit

Interface CurveCollectionInstruction

package com.ptc.wfc.wfcCollection;

public interface CurveCollectionInstruction
  extends jxobject



Description

Class for instruction in curve collection



Method Summary
/*optional*/ CrvCollectionInstrAttributesGetAttributes ()
    Get method for attribute "Attributes"
     The instruction attributes
/*optional*/ SelectionsGetReferences ()
    Get method for attribute "References"
     The references in a curve collection instruction
CurveCollectionInstrTypeGetType ()
    Get method for attribute "Type"
     The curve collection instruction type
doubleGetValue ()
    Get method for attribute "Value"
     The curve collection instruction value
voidSetAttributes ( /*optional*/ CrvCollectionInstrAttributes value)
    Set method for attribute "Attributes"
     The instruction attributes
voidSetReferences ( /*optional*/ Selections value)
    Set method for attribute "References"
     The references in a curve collection instruction
voidSetType (CurveCollectionInstrType value)
    Set method for attribute "Type"
     The curve collection instruction type
voidSetValue (double value)
    Set method for attribute "Value"
     The curve collection instruction value

Method Detail

GetType/SetType

CurveCollectionInstrTypeGetType ()
voidSetType (CurveCollectionInstrType value)


     The curve collection instruction type
Manual References:
Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection



GetValue/SetValue

doubleGetValue ()
voidSetValue (double value)


     The curve collection instruction value
Manual References:
Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection



GetReferences/SetReferences

/*optional*/ SelectionsGetReferences ()
voidSetReferences ( /*optional*/ Selections value)


     The references in a curve collection instruction
Manual References:
Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection



GetAttributes/SetAttributes

/*optional*/ CrvCollectionInstrAttributesGetAttributes ()
voidSetAttributes ( /*optional*/ CrvCollectionInstrAttributes value)


     The instruction attributes
Manual References:
Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection