API Documentation > Interfaces > Interface UDFDimension
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:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.BaseParameter :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Methods Inherited from Interface com.ptc.pfc.pfcDimension.BaseDimension :
Method Summary
String
DEPRECATED: since Creo 4
Get method for attribute "UDFDimensionName"
The dimension name specified when the UDF was created.
Method Detail
GetUDFDimensionName
String
GetUDFDimensionName
()
The dimension name specified when the UDF was created.
Exceptions thrown (but not limited to):
XToolkitBadContext - The group is not a UDF.
User Guide References:
Was this helpful?