API Documentation > Classes > Class pfcFeatureGroup
Class pfcFeatureGroup
Description
This class describes a feature group.
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ pfcFeature
The group leader Feature
/* readonly */ /* optional */ string
The name of the group.
/* readonly */ boolean
Reports whether the UDF is table-driven.
/* readonly */ /* optional */ pfcGroupPattern
The group pattern, if the group is a member of a pattern.
/* readonly */ /* optional */ string
If the group is an instance of a UDF, this is the UDF instance name. Otherwise this will be NULL.
/* readonly */ /* optional */ string
If the group represents a UDF, this is the UDF name. If the group is not a UDF, this will be NULL.
Method Summary
/* optional */ pfcDimensions
string
Lists the members of a feature group.
/* optional */ pfcUDFDimensions
DEPRECATED: since Creo 4
Property Detail
/* readonly */ pfcFeature
GroupLeader
The group leader Feature
/* readonly */ /* optional */ string
GroupName
The name of the group.
/* readonly */ boolean
IsTableDriven
Reports whether the UDF is table-driven.
Exceptions thrown (but not limited to):
pfcXToolkitBadContext - The feature is not part of a UDF
/* readonly */ /* optional */ pfcGroupPattern
Pattern
The group pattern, if the group is a member of a pattern.
/* readonly */ /* optional */ string
UDFInstanceName
If the group is an instance of a UDF, this is the UDF instance name. Otherwise this will be NULL.
/* readonly */ /* optional */ string
UDFName
If the group represents a UDF, this is the UDF name. If the group is not a UDF, this will be NULL.
Method Detail
/* optional */ pfcDimensions
CollectUDFDimensions
()
Returns:
string
GetUDFDimensionName
(pfcDimension Dim)
Exceptions thrown (but not limited to):
pfcXToolkitBadContext - The group is not a UDF.
Parameters:
Dim
Returns:
ListMembers
()
Lists the members of a feature group.
Returns:
The features that are members of the group.
/* optional */ pfcUDFDimensions
ListUDFDimensions
()
DEPRECATED: since Creo 4
Was this helpful?