Piccolo.NET

PSelectionEventHandler.Select Method (PNode)

Selects the given node, if it is not already selected, and posts a SELECTION_CHANGED_NOTIFICATION if the current selection has changed.

public virtual void Select(
   PNode node
);

Parameters

node
The node to select.

Remarks

The node will be decorated with handles if it is selected.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace | PSelectionEventHandler.Select Overload List