TransientObjects.CreateObjectCollectionByVariant Method
Parent Object: TransientObjectsDescription
Constructs a new ObjectCollectionByVariant object. If an ObjectsEnumeratorByVariant is passed in, the collection starts off containing the enumerated objects.
Syntax
TransientObjects.CreateObjectCollectionByVariant( [ObjectsEnumeratorByVariant] As Variant ) As ObjectCollectionByVariantParameters
Name | Type | Description |
ObjectsEnumeratorByVariant | Variant | Input Variant that contains the enumerated objects to place in the collection. This is an optional argument whose default value is null. |