Click or drag to resize

ISimObjectCollectionAddCollection Method

Adds collection of ISimObject to the collection.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void AddCollection(
	ISimObjectCollection collection
)

Parameters

collection
Type: EMInvent.InventSim.COMServerISimObjectCollection
Collection to be added to the collection.
See Also