Function GraphNode.ClearConnections
        
                ClearConnections
        
                (bool alsoReverse=true)
    
            
            Remove all connections between this node and other nodes.
                Public
                    Abstract
            
        void ClearConnections (
bool  |     alsoReverse=true  |         if true, neighbours will be requested to remove connections to this node.  | 
                
Remove all connections between this node and other nodes.
Warning
If you pass false to the alsoReverse parameter, you must ensure that you preserve the required invariants of connections. See RemovePartialConnection.