Models


Description

Retrieves a collection of all Model objects in the current MSBN object.

Syntax

aMSBN.Models(index)

Parameter Description
aMSBN a MSBN3 object.
(index) Optional. An integer, or a string, or a Model object specifying the index value of the model to retrieve. Integer indexes are zero-based, meaning the first model in the collection has index 0. A string index is valid only if the string is the name of a model in the collection. A Model object is valid only if it is in the Models collection.

Examples

See: Loading Models, etc.: an Overview

Remarks

As with all MSBN3 collections, the elements of this collection can be enumerated. Also, as with other MSBN3 collections, the index numbers, key strings, and key objects of this collection can be enumerated. See "Collections and Maps: an Overview" for details.

Properties

CountDescription, ExistingKey, Item, MSBN, Ref

Methods

Add, Remove

Collections

Indexes, Keys, KeyObjects

Applies To

MSBN

Events

See the ModelsAdd and ModelsRemove events of MSBN.

Also See

Loading Models, etc.: an Overview

Collections and Maps: an Overview