ClassDef ObjectInstances Method

See Also

This method materializes an object collection containing all of the objects in the Repository that conform to this class.

Syntax

Set variable = object.ObjectInstances

The ObjectInstances method syntax has the following parts.

Part Description
variable A variable declared as an ObjectCol object. Receives the collection of objects that conform to this class.
object An object expression that evaluates to a ClassDef object.

Remarks

The collection contains one version of each object that conforms to the class. For each such object, the Repository uses its Resolution strategy to choose which version appears in the collection.