 | ISimObjectCollectionAddCollection Method |
Adds collection of ISimObject to the collection.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid AddCollection(
ISimObjectCollection collection
)
Sub AddCollection (
collection As ISimObjectCollection
)
Dim instance As ISimObjectCollection
Dim collection As ISimObjectCollection
instance.AddCollection(collection)
Parameters
- collection
- Type: EMInvent.InventSim.COMServerISimObjectCollection
Collection to be added to the collection.
See Also