Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: [Connect NET API] How to hilite element ?

$
0
0

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

Viewing all articles
Browse latest Browse all 7260

Trending Articles