ISimObjectCollection Interface |
Namespace: EMInvent.InventSim.COMServer
The ISimObjectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds simObject to the collection.
| |
| AddCollection |
Adds collection of ISimObject to the collection.
| |
| Get |
Returns reference to ISimObject with the given index.
If no object is found, ArgumentException is thrown.
| |
| Remove |
Removes simObject from the collection.
|