General InformationThis opening ID is invoked for any Component Family reference. The table below provides you with information related to the definition of the opening ID:
Input ObjectsInput objects must be of the following type:
Context Object Parameters
ExampleThe following example defines a list of component family columns, classification attributes, and sets those lists in a Parameters rules context:
// Define list of component family columns let CompFamilyCol(list) CompFamilyCol.Append("RectConfig") // Define list of classification attributes let ClassAttr(list) ClassAttr.Append("Attr5") //Set those lists in Parameters rules context Parameters.SetAttributeObject(“ComponentFamilyColumns”, CompFamilyCol) Parameters.SetAttributeObject(“ClassificationAttributes”, ClassAttr) |