This method materializes an object collection containing all of the objects in the repository that conform to this class.
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. |