Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way, using ilogic, that I can define a part as "purchased" (i.e. Document settings/Default BOM Structure)
Solved! Go to Solution.
Is there a way, using ilogic, that I can define a part as "purchased" (i.e. Document settings/Default BOM Structure)
Solved! Go to Solution.
Sure. Here you go:
Dim oPDoc As PartDocument = ThisDoc.Document
oPDoc.ComponentDefinition.BOMStructure = BOMStructureEnum.kPurchasedBOMStructure
Wesley Crihfield
(Not an Autodesk Employee)