Click or drag to resize

IPortsGetByIndex Method

Returns a port with the given index. If no port is found, ArgumentException is thrown.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IPort GetByIndex(
	int index
)

Parameters

index
Type: SystemInt32
Port index in the repository.

Return Value

Type: IPort
Reference to the port.
See Also