Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to change the active iAssemblyMember of an AssemblyDocument using the API?
AssemblyDocument.ComponentDefinition.iAssemblyFactory has a method 'CreateMember' but it is a void return type even though it says it should return the member.
AssemblyDocument.ComponentDefinition.iAssemblyMember has a method 'Row' but it is read-only.
iPartFactory has a method 'CreateMember' that actually returns the member but I don't know how to get to the object from the AssemblyDocument.
iPartFactory has a method 'ChangeRow' but I don't know how to get to the object from the AssemblyDocument.
This post shows the result but using an iLogic snippet.
Solved! Go to Solution.