Library | Package Java Toolkit

Interface UDFDimension

SUCCESSOR(S): Dimension

package com.ptc.pfc.pfcUDFGroup;

public interface UDFDimension
  extends com.ptc.pfc.pfcDimension.BaseDimension



Description

Defines a dimension in a UDF. This is the same as a regular dimension, except that this provides access to the UDF dimension name specified when the UDF was created.
Direct Known Subclasses:
WUDFDimension



Method Summary
StringGetUDFDimensionName ()
DEPRECATED: since Creo 4
SUCCESSOR(S): FeatureGroup.GetUDFDimensionName

    Get method for attribute "UDFDimensionName"
    The dimension name specified when the UDF was created.

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.BaseParameter
GetValue, SetValue, GetIsDesignated, SetIsDesignated, GetIsRelationDriven, GetIsModified, ResetFromBackup

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Methods Inherited from Interface com.ptc.pfc.pfcDimension.BaseDimension
GetDimValue, SetDimValue, GetDimType, GetSymbol, SetSymbol, GetTexts, SetTexts, GetExtendsInNegativeDirection, Show, Erase

Method Detail

GetUDFDimensionName

StringGetUDFDimensionName ()

DEPRECATED: since Creo 4
SUCCESSOR(S): FeatureGroup.GetUDFDimensionName


    The dimension name specified when the UDF was created.

Exceptions thrown (but not limited to):

XToolkitBadContext - The group is not a UDF.


Manual References:
Features: Read Access to Groups and User Defined Features, Features: Creating a Custom UDF