 | IPlotsGetByIndex Method |
Returns a plot with the given index. If no plot is found, ArgumentException is thrown.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIPlot GetByIndex(
int index
)
Function GetByIndex (
index As Integer
) As IPlot
Dim instance As IPlots
Dim index As Integer
Dim returnValue As IPlot
returnValue = instance.GetByIndex(index)
Parameters
- index
- Type: SystemInt32
Plot index in the repository.
Return Value
Type:
IPlotReference to the plot.
See Also