selection-class
Selection
The Selection class provides methods and properties to access objects in selection in currect project.
EX1
void Selection_Ex1() { foreach(OriginObject obj in Selection.Objects) { // .. do something .. } }
origin.h