Message 1 of 4
Add Column to PartsList

Not applicable
05-20-2002
10:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to check if a specific custom BOM column exists and if not then
create it.
In MDT it was similar to
Set symbb =
AcadDoc.Application.GetInterfaceObject("SymBBAuto.McadSymbolBBMgr")
Set stdmgr = symbb.StandardMgr
Set bomstd = stdmgr.CurrentStandard.BOMStandard
bomstd.AddColumn sbItem, sbInteger, "ECO", "ECO", 0
Is it possible to add a column to the PartsListColumns collection as there
dosn't appear to be an 'Add' function exposed
Or
How else may I add a column to the partslist (BOM) from vb
Thanks in advance
Brian
create it.
In MDT it was similar to
Set symbb =
AcadDoc.Application.GetInterfaceObject("SymBBAuto.McadSymbolBBMgr")
Set stdmgr = symbb.StandardMgr
Set bomstd = stdmgr.CurrentStandard.BOMStandard
bomstd.AddColumn sbItem, sbInteger, "ECO", "ECO", 0
Is it possible to add a column to the PartsListColumns collection as there
dosn't appear to be an 'Add' function exposed
Or
How else may I add a column to the partslist (BOM) from vb
Thanks in advance
Brian