 | IPortsGet Method |
Returns port 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 IPort
Dim instance As IPorts
Dim name As String
Dim returnValue As IPort
returnValue = instance.Get(name)
Parameters
- name
- Type: SystemString
Name of the port.
Return Value
Type:
IPortReference to the port.
See Also