GetCollection Data Member Function

Returns 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.

Prototype

List GetCollection()

Examples

Copy Text To Clipboard

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