Message 1 of 7
Disconnecting from PowerMill (API)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to terminate the connection to the API? When I close PowerMill I get a COM error and I believe it's because I'm still connected using this command.
Dim PM As New PMAutomation(Autodesk.ProductInterface.InstanceReuse.UseExistingInstance) Dim Session As PMProject = PM.ActiveProject
I want to close Powermill after use so I free up a network license until needed again.