ConnectorConnectTo Method (Connector, Boolean, Boolean, Boolean) | 
 
            Connect two objects together. The method must take care of the placement and
            orientation of the respective visual objects.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic virtual void ConnectTo(
	Connector c,
	bool align,
	bool allowMultiple,
	bool centerSnap
)
Parameters
- c
 - Type: Demo3D.VisualsConnector
The Connector of the existing placed Object - align
 - Type: SystemBoolean
Align the connectors on connect - allowMultiple
 - Type: SystemBoolean
Allow multiple connections - centerSnap
 - Type: SystemBoolean
Snap connector to center of object 
See Also