Previous Topic: ISCModelSet::PropertyBag Arguments (Set Function)Next Topic: ISCModelSetCollection::Item Arguments


ISCModelSetCollection

A Model Set Collection contains all model sets directly owned by an owner model set.

The following table contains the methods for the ISCModelSetCollection interface:

Method

Description

IUnknown _NewEnum()

Constructs an instance of a model set enumerator object.

long Count()

Number of model sets in the collection.

ISCPersistenceUnit * Item(VARIANT nIndex)

Passes back a pointer for a ModelSet component.

ISCModelSet * Owner()

Returns a pointer to the owner model set.