Click or drag to resize

IPlots Interface

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

The IPlots type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns number of plots in the project.
Top
Methods
  NameDescription
Public methodAdd
Adds en empty plot to the project.
Public methodGet
Returns plot with the specified name.
Public methodGetByIndex
Returns a plot with the given index. If no plot is found, ArgumentException is thrown.
Public methodRemove
Removes plot.
Public methodRemoveAll
Removes all ports.
Top
See Also