<CollectionNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » CollectionNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
<List>GetCollectionReturns a pointer to the <<CollectionNode>> object's internal <List> object. Each item in the <List> is a <NodeSelect> object. Note that you must use auto to qualify the <List> object returned by this function, or you must manually delete the <List> object after using it.
int32SetCollectionSets the items contained in the <CollectionNode>.