Nevron .NET Vision
Nevron.Diagram Namespace / NPort Class / DisconnectAmbiguosConnections Method


In This Topic
    DisconnectAmbiguosConnections Method (NPort)
    In This Topic
    Called when this point is about to be connected to the specified inward port and it needs to disconnect any ambiguos connections that the point or the shape may have
    Syntax
    'Declaration
     
    
    Public Overrides Function DisconnectAmbiguosConnections( _
       ByVal inwardPort As NPort _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPort
    Dim inwardPort As NPort
    Dim value As System.Boolean
     
    value = instance.DisconnectAmbiguosConnections(inwardPort)
    public override System.bool DisconnectAmbiguosConnections( 
       NPort inwardPort
    )

    Parameters

    inwardPort
    Remarks
    Overriden to disconnect the start and end plugs and all other connected outward ports
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also