TransferFromList Data Member Function

Populates a <Group> with any <Node> objects resident in the <List> object. The <List> must be the sole owner of these <Node> objects or the application will crash.

Prototype

Node TransferFromList( List p_oListOfNodes )

Parameters

Parameter Type Parameter Name Documentation
<List>p_oListOfNodesA pointer to the <List> object that owns the <Node> objects you wish to transfer to the child list.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.