bdeGetImplicitLink
Returns an implicit link in the diagram that is part of block.
Syntax
implicitLink = bdeGetImplicitLink(diagram, block, sourcePortNum, sourceIOType)
Inputs
- diagram
 - The diagram that the components are in.
 - block
 - The source block that the link is connected to.
 - sourcePortNum
 - The number of the source port that the link is connected to.
 - sourceIOType
 - The IO type of the port that the link is connected to.
 
Outputs
- implicitLink
 - The link that is returned. Works with implicit links.
 
Examples
          diagram = bdeGetCurrentDiagram();
          block = bdeGetSelectedBlock(diagram);
          implicitLink = bdeGetImplicitLink(diagram, block, 1, 'output');
        
        
          
            implicitLink = hwdcConnection