The method
pfcFamily.FamilyMember.ListColumns returns a sequence of all columns in the family table.
The method
pfcFamily.FamilyMember.GetColumn returns a family table column, given its symbolic name.
To permanently delete the column from the family table and all changed values in all instances, call the method
pfcFamily.FamilyMember.RemoveColumn.
The method
pfcFamily.FamilyTableColumn.GetSymbol returns the string symbol at the top of the column, such as
D4 or
F5.
The method
pfcFamily.FamilyTableColumn.GetType returns an enumerated value indicating the type of parameter governed by the column in the family table.
The method
pfcFamily.FamColModelItem.GetRefItem returns the
ModelItem (
Feature or
Dimension) controlled by the column, whereas
pfcFamily.FamColParam.GetRefParam returns the
Parameter controlled by the column.