Click or drag to resize

ISimObjectCollectionRemove Method

Removes simObject from the collection.

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

Parameters

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