Item


Description

Returns an item from a collection.

Syntax

aCollection.Item(index)

or, if Item is the default property of the collection, it may be dropped:

aCollection(index)

Parameter Description
aCollection a collection.
(index) An integer, or a string, or a object specifying the index of the item to retrieve. Integer indexes are zero-based, meaning the first item in the collection has index 0. A string index is valid only if the string is the name of an object used to index the collection. An object is valid only if it used to index items in the collection.

Remarks

This property is usually read-only, but it may be set when the collection is of type SharedDomains, Evidence, Assignment, or Properties.

Applies To

Assignment, ChildNodes, Evidence, Indexes, KeyObjects, Keys, ModelNodes, Models, ParentNodes, Properties, PropertyTypes, Recommendations, SharedDomains, States