 | ISimObjectCollectionRemove Method |
Removes simObject from the collection.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid Remove(
ISimObject simObject
)
Sub Remove (
simObject As ISimObject
)
Dim instance As ISimObjectCollection
Dim simObject As ISimObject
instance.Remove(simObject)
Parameters
- simObject
- Type: EMInvent.InventSim.COMServerISimObject
ISimObject to be removed from the collection.
See Also