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.