 | ISimObjectCollectionAdd Method |
Adds simObject to the collection.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid Add(
ISimObject simObject
)
Sub Add (
simObject As ISimObject
)
Dim instance As ISimObjectCollection
Dim simObject As ISimObject
instance.Add(simObject)
Parameters
- simObject
- Type: EMInvent.InventSim.COMServerISimObject
ISimObject to be added to the collection.
See Also