Click or drag to resize

ISimObjectCollectionAdd Method

Adds simObject to the collection.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void Add(
	ISimObject simObject
)

Parameters

simObject
Type: EMInvent.InventSim.COMServerISimObject
ISimObject to be added to the collection.
See Also