v2.33
 
IPort Interface Reference

Represents a port. More...

Inheritance diagram for IPort:

Properties

SAFEARRAY AvailableSystemCategories [get]
 Returns the array of all available system categories for the port.
 
FlowDirectionType FlowDirection [get]
 The flow direction type of the port.
 
BSTR Name [get]
 The name of the port.
 
IDispatch PortConnectionParams [get]
 Returns port parameters.
 

Detailed Description

Represents a port.

A port is an object that defines the parameters and position of the connection point of a model object to the system.

Property Documentation

◆ PortConnectionParams

IDispatch PortConnectionParams
get

Returns port parameters.

Parameters
[out]ppParamsThe port parameters. Can be either IPortDuctParams or IPortPipeParams interface.