This method materializes an ObjectCol collection of all objects in the repository that expose this interface.
Set variable = object.ObjectInstances
The ObjectInstances method syntax has the following parts.
Part | Description |
object | An object expression that evaluates to an InterfaceDef object. |
variable | A variable declared as an ObjectCol object. Receives the collection of objects that expose this interface. |