Hi Jan,
I just started with NET API so I am trying to understand basics.
I can not find property isHighlighted anywhere.
Idea is to highlight "element" in general code:
Session.ClearSelectionSet(); DgnModel model = Session.Instance.GetActiveDgnModel(); long idd = 1682162; ElementId id = new ElementId(ref idd); Element element = model.FindElementById(id); DgnModelRef modelRef = Session.Instance.GetActiveDgnModelRef();
thanks
Nenad