Lanes object
The Lanes object holds a collection of Lane objects. The Lane property of the Pool access the horizontal or vertical lanes of the pool. The LaneByID property returns a Lane object giving its identifier. The Children property retrieves a collection of child-lanes.

The following screen shot shows lanes of the pool:

The Lanes object supports the following properties and methods:

NameDescription
ClearRemoves all objects in a collection.
CountSpecifies the number of lanes/children in the collection.
ItemReturns a specific Lane of the Children collection, giving its position.
RemoveRemoves a specific member from the Children collection, giving its position or reference.