looking for guidance on how to do this. the posts i see on here about dropping elements use interop. i searched the help docs and didnt really find anything on drop.
should i be duplicating the sub-elements in the cell, placing them and then deleting the cell? am i missing a drop method in .net?
John Drsek said:Am I missing a drop method?
Drop is a term used in MicroStation's user interface. What does it do?
The COM equivalent is GetSubElements(). The C# and C++ equivalents are child elements of a complex element. The .NET method is Element.GetChildren().
GetSubElements()
Element.GetChildren()
Regards, Jon Summers LA Solutions
I am pretty sure it was discussed several times already.
Did you search for this and similar topics?
If I remember right, ElementGraphicsProcessor is general way to go. In specific cases, GetChilder and GetSubElements, mentioned by Jon, can be used also. Plus, in some cases other methods, how to access (sub)elements, are available in API.
Regards,
Jan
Bentley Accredited Developer: iTwin Platform - AssociateLabyrinth Technology | dev.notes() | cad.point