method Lanes.Clear ()
Removes all objects in a collection.

TypeDescription
The Clear methods removes all lanes from the collection. The Clear method is equivalent with setting the Count property of the Children collection on 0. The Remove method removes a specific lane from the Children collection. The Count property of the Lanes object defines the number of child-lanes ( sub-lanes ). The Item property of the Lanes object returns the Lane object giving its position. The Parent property indicates the parent-lane of the current lane.