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.
List GetCollection()
Examples are as follows:
List selectBuffer = collNode.GetCollection();
For sample code: