bool sgCObject::IsSelect() const
Description:
Returns the object selection flag status.
Arguments:
No arguments.
Returned value:
Returns the object selection flag status.
Example:
sgLine* line1 = sgCreateLine(0.0, 0.0, 0.0, 2.0, 3.0, 5.0);
line1->Select();
assert(line1->IsSelect()==true);
See also:
Objects hierarchy sgCObject methods sgCObject::Select