Property that returns an item from the collection. You can provide either the index of the item in the collection, where the first item is index 1, or you can provide the name of the object.
Name | Type | Description |
Index | Variant | Specifies the object within the collection to return. This can be either a Long to indicate the index of the item within the collection, or a String indicating the name of the feature. This is the name of the feature as seen in the browser. |