 | IPlotsAdd Method |
Adds en empty plot to the project.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIPlot Add(
string name,
PlotType plotType
)
Function Add (
name As String,
plotType As PlotType
) As IPlot
Dim instance As IPlots
Dim name As String
Dim plotType As PlotType
Dim returnValue As IPlot
returnValue = instance.Add(name, plotType)
Parameters
- name
- Type: SystemString
Name of the plot. - plotType
- Type: EMInvent.InventSim.Simulator.PlotsPlotType
Type of the plot.
Return Value
Type:
IPlotReference to plot object.
See Also