Click or drag to resize

IPortsGet Method

Returns port with the specified name.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IPort Get(
	string name
)

Parameters

name
Type: SystemString
Name of the port.

Return Value

Type: IPort
Reference to the port.
See Also