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