method Lanes.Remove (Position as Variant)
Removes a specific member from the Children collection, giving its position or reference.

TypeDescription
Position as Variant A Long expression that specifies the position of the lane to be removed.
The Remove method removes a lane from the Children collection, giving its position. The Position property specifies the lane's position (0-based). The Clear methods removes all lanes from the collection. 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.