I created an addin for EA and trying to run a query to know for a specific part on which parts is allocated. For example (see picture attached) I want to know for part A on what parts is allocated, should appear B and C.
Also I need methods in C# for addin:
- to delete allocation a
- to add allocation for a specific part. Example: I want to allocate part T to Part B from C# code
Property A << allocate >> to property B
I'm searching in t_object for type Abstraction, maybe this is not the good EA table