property Lanes.Item (Position as Variant) as Lane
Returns a specific Lane of the Children collection, giving its position.

TypeDescription
Position as Variant A Long expression that specifies the Lane object being requested. 
Lane A Lane object being requested.
The Item property of the Lanes object returns the Lane object giving its position. The Position parameter is a numeric value between 0, indicating the first lane on the collection and Count -1 which indicates the last lane on the collection. The Remove method removes a lane from the Children collection, giving its position. The Clear methods removes all lanes from the collection.