Branch Collection

A branch collection is returned from the Branches property, used with an open tree object.

&MYBRANCHCOLL = &MYTREE.Branches;

&MYTREE must be a branched tree. To verify whether a tree is branched, you can check the value of the IsBranched property of a tree object (Boolean value: True or False.)

See Branches.