v4.0
Returns true if the operator has Ports that support branch and group connections.
Boolean Operator.SupportsBranchGroup( Int32 in_portgroup, Int32 in_port ); |
oBoolean = Operator.SupportsBranchGroup( [PortGroup], [Port] ); |
Parameter | Type | Description |
---|---|---|
PortGroup | Long | Which port group to check, pass -1 to check all groups
Default Value: -1 |
Port | Long | Which port to check, pass -1 to check all ports
Default Value: -1 |