Click or drag to resize

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
Syntax
IPlot GetByIndex(
	int index
)

Parameters

index
Type: SystemInt32
Plot index in the repository.

Return Value

Type: IPlot
Reference to the plot.
See Also