Hello to all!
Does anybody know if it's possible to get edited in place component in the assembly?
For example, a user has a simple assembly with one simple component.
The user call the command "Edit " from the context menu for the component.
The component becomes acive and we can edit it in the context of the assembly.
So, In that situation Is it possible to get the information via API that the current opened ( not active!!! [active doc is part] ) document is assembly ?( And get pointer to it )
I also need to get the pointer to the activated component (probably as Occurrence or as Reference object)
From the API reference I haven't found we way how to get that information.
Thanks.