CollectionNode.GetCollection

This page contains reference documentation for the GetCollection function. This function returns a List object representing the collection. Each item in the list is a NodeSelect object.

Prototype

List GetCollection()

Examples

Examples are as follows:

List selectBuffer = collNode.GetCollection();

Working Sample Code

For sample code: