【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.41.4 Selection::Remove
Contents
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
Header to Included
origin.h