2.2.4.41.4 Selection::Remove

Description

Unselects object

Syntax

BOOL Remove( OriginObject & obj )

Parameters

obj

Return

FALSE if OriginObject passed to the function is invalid or not selected

Examples

EX1

void Selection_Remove_Ex1(GraphObject& gr)
{
    if( gr )
        Selection.Remove(gr);
}

Remark

See Also

Add

Header to Included

origin.h