Example #1
0
 public static void DeleteGroup(this ObjectId groupId)
 {
     UnhighlightAll();
     App.LockAndExecute(() => groupId.EraseGroup());
 }