您好,老师。在启动keyin命令前,选中多个元素。
启动工具后,在重载 OnPostInstall() 函数时,通过
ElementAgenda elementAgenda = new ElementAgenda(); SelectionSetManager.BuildAgenda(ref elementAgenda); uint count = elementAgenda.GetCount();
可以获取选取的多个元素,获取后我想取消选中的元素。
使用了以下两种方法:
RemoveAgendaElement…