KeyObjects

 


Description

Retrieves a collection of objects that may be used to index another collection.

Syntax

aCollection.Indexes(index)

Parameter Description
aCollection The main collection.
(index) Optional. An integer, or a string, or an object specifying a position in the main collection. The integers are zero-based. A string is valid only if the string is the name of an object that indexes the main collection. An object is valid only if it indexes the main collection.

Remarks

As with all MSBN3 collections, the elements of this collection can be enumerated. See "Collections and Maps: an Overview" for details.

Examples

See: Collections and Maps: an Overview

Properties

CountExistingKey, Item, Ref

Methods

none

Collections

none

Applies To

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

Also See

Collections and Maps: an Overview