 | IPlotsGet Method |
Returns plot with the specified name.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxFunction Get (
name As String
) As IPlot
Dim instance As IPlots
Dim name As String
Dim returnValue As IPlot
returnValue = instance.Get(name)
Parameters
- name
- Type: SystemString
Name of the plot.
Return Value
Type:
IPlotReference to the plot.
See Also