Click or drag to resize

ISimObjectCollection Interface

An interface providing access to a collection of ISimObject.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface ISimObjectCollection

The ISimObjectCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of items in collection.
Top
Methods
  NameDescription
Public methodAdd
Adds simObject to the collection.
Public methodAddCollection
Adds collection of ISimObject to the collection.
Public methodGet
Returns reference to ISimObject with the given index. If no object is found, ArgumentException is thrown.
Public methodRemove
Removes simObject from the collection.
Top
See Also