Method GetOtherPortOnEdgeGuid
GetOtherPortOnEdgeGuid(GraphDescriptor, int, PortDescriptor)
Retrieve the other port connected to an edge
Declaration
public static PortDescriptor GetOtherPortOnEdgeGuid(GraphDescriptor desc, int edgeGuid, PortDescriptor port)
Parameters
| Type | Name | Description | 
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor  | 
    
| int | edgeGuid | The edge guid to retrieve  | 
    
| PortDescriptor | port | The source port from which to extract the other port  | 
    
Returns
| Type | Description | 
|---|---|
| PortDescriptor | Returns the other port of the edge  |