Click or drag to resize

IPlotsAdd Method

Adds en empty plot to the project.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IPlot Add(
	string name,
	PlotType plotType
)

Parameters

name
Type: SystemString
Name of the plot.
plotType
Type: EMInvent.InventSim.Simulator.PlotsPlotType
Type of the plot.

Return Value

Type: IPlot
Reference to plot object.
See Also