Click or drag to resize

IPorts Interface

An interface providing access to the ports repository of a project.

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

The IPorts type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns number of ports in the project.
Top
Methods
  NameDescription
Public methodAdd
Adds a new port.
Public methodAddAnalytic
Add an analytic port.
Public methodGet
Returns port with the specified name.
Public methodGetByIndex
Returns a port with the given index. If no port is found, ArgumentException is thrown.
Public methodRemove
Removes port.
Public methodRemoveAll
Removes all ports.
Top
See Also