ConnectorConnectTo Method (Connector, ConnectorAlignment, Boolean, Boolean) | 
 
            Connect this and another connector together.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic virtual void ConnectTo(
	Connector c,
	ConnectorAlignment alignment,
	bool allowMultiple,
	bool centerSnap
)
Parameters
- c
 - Type: Demo3D.VisualsConnector
The Connector to connect to - alignment
 - Type: Demo3D.VisualsConnectorAlignment
How to align the connectors on connect - allowMultiple
 - Type: SystemBoolean
Allow multiple connections - centerSnap
 - Type: SystemBoolean
Snap connector to center of object 
See Also