08-11-2016
08:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-11-2016
08:55 AM
It doesn’t have to open on that tab. I just want to be able to use the code below and want it to open the BOM to view with the same rule.
SyntaxEditor Code Snippet
Dim oAsmDoc As AssemblyDocument = ThisDoc.Document Dim oAsmDef As AssemblyComponentDefinition = oAsmDoc.ComponentDefinition Dim oBOM As BOM = oAsmDef.BOM Dim filename As String = "P:\Engineering\Inventor\BOM List\Profit Key BOM.xml" Call oBOM.importBOMCustomization(filename)