Message 1 of 4
DraworderTable from a Xref in c#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What I want:
I have a drawing, in this drawing it has 1-n Xref.
In the xref it has 3dPoly, 2dPoly, lines and arcs.
Also in the drawing it has 3dpoly, 2dpoly, lines and arcs.
I have a function that returns all ObjectIds of entities that are on top of each other.
These can also be entities that are in Xref.
What I need is a function that tells me which entity is on top.
e.g.
Current drawing has 2 polylines on top of each other.
The drawing has 2 xrefs, each of which also has 2 polylines on top of each other.
So I have 6 entities that are on top of each other.
The function has to return the entity that is on top.
Is that even possible?