Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
List<ElementId> elemIdList = new List<ElementId>();
try
{
while (true)
{
elemIdList.Add((uidoc.Selection.PickObject(ObjectType.Element, "Pick a room").ElementId));
uidoc.Selection.SetElementIds(elemIdList);
uidoc.RefreshActiveView();
}
}
catch { }hi friends
i want to highlight elements when i am selecting them like ctrl and pick objects
How can i do that in while loop in api?
Thanks in advance.....
Solved! Go to Solution.
