Remove
Unselects object
BOOL Remove( OriginObject & obj )
FALSE if OriginObject passed to the function is invalid or not selected
EX1
void Selection_Remove_Ex1(GraphObject& gr) { if( gr ) Selection.Remove(gr); }
Add
origin.h