ObjectCollectionByVariant.Add Method
Parent Object:
ObjectCollectionByVariant
Description
Adds an object to the generic collection.
Syntax
ObjectCollectionByVariant.
Add
(
StringIndex
As String,
Object
As Object )
Parameters
Name
Type
Description
StringIndex
String
Input String that specifies the index key for the item.
Object
Object
Input Object to add to the collection.
Version
Introduced in version 5
© Copyright 2021 Autodesk, Inc.
Comment on this page.