Hey,
I am trying creating a external program that connects to EPDM finds a document & attached BOM information.
The applicatation will serve for programs like AutoCAD, Plant 3D, Structural details & Mircostation where files may not have external references which could be used to create a BOM, but instead like how many people use it, just a table full of text. The program can already detect the details in the BOM's however I can not work out how to tranfer it into EPDM.
I understand that there is several BOM interfaces, However I can not work out how to use them effectively or to manipulate them to do what I want, I think the key is IEdmBomView:SetRow ??
Your help would be much apprechiated.
Regards
Seth
The code i have is poor
Dim eFile As IEdmFile7 = sResults5
Dim cBom() As EdmBomInfo = Nothing
eFile.GetDerivedBOMs(cBom) 'always returns nil
Dim hi As String = eFile.GetBomLayouts()
'Dim Bom As IEdmBom = cBom(0).mlBomID
'Dim VBom As IEdmBomView2 = Bom
SolidworksApi macros