User's Guide > Family Tables > Family Tables > Accessing Columns
Accessing Columns
 
Methods Introduced:
The method pfcFamilyMember::ListColumns returns a sequence of all columns in the family table.
The method pfcFamilyMember::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 pfcFamilyMember::RemoveColumn.
The method pfcFamilyTableColumn::GetSymbol returns the string symbol at the top of the column, such as D4 or F5.
The method pfcFamilyTableColumn::GetType returns an enumerated value indicating the type of parameter governed by the column in the family table.
The method pfcFamColModelItem::GetRefItem returns the pfcModelItem (pfcFeature or pfcDimension) controlled by the column, whereas pfcFamColParam::GetRefParam returns the pfcParameter controlled by the column.
Was this helpful?