Message 1 of 9
iLogic AddContentCenterPart

Not applicable
07-13-2018
02:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good evening everyone!!
I was in the process of writing a bit of code where I can automate placement of content center parts. The code works on an internal rule but when I copy the exact rule to an external one it says it can't find the content center family
SyntaxEditor Code Snippet
Dim NozzlePath As String = "Tube & Pipe:Fittings:Couplings" Dim NozzleFamily s String = "ASME B16.11 Half Coupling Threaded - Class 3000" Dim componentB = Components.AddContentCenterPart("Nozzle1", NozzlePath, NozzleFamily, {"ND", "3" }, position := Nothing, grounded := False, visible := True, appearance := Nothing)