bdeGetLinkDestinationPortType
Returns the destination port IO type of a given link.
Syntax
destPortType = bdeGetLinkDestinationPortType(link)
Inputs
- link
- The link to get the destination port type of.
Outputs
- srcPort
- The IO type of the destination port for the link.
Examples
diagram = bdeGetCurrentDiagram();
block = bdeGetSelectedBlock(diagram);
explicitLink = bdeGetExplicitLink(diagram, block, 1, 'output');
destPortType = bdeGetLinkDestinationPortType(explicitLink);
destPortType = input