Library | Package Java Toolkit

Interface UDFVariantDimension

package com.ptc.pfc.pfcUDFCreate;

public interface UDFVariantDimension
  extends com.ptc.pfc.pfcUDFCreate.UDFVariantValue



Description

This class specifies the value of the dimension name the user must supply to place the UDF.



Method Summary
doubleGetDimensionValue ()
    Get method for attribute "DimensionValue"
    The dimension value.
voidSetDimensionValue (double value)
    Set method for attribute "DimensionValue"
    The dimension value.

Methods Inherited from Interface com.ptc.pfc.pfcUDFCreate.UDFVariantValue
GetType, GetName, SetName

Method Detail

GetDimensionValue/SetDimensionValue

doubleGetDimensionValue ()
voidSetDimensionValue (double value)


    The dimension value.