ConnectorIsConnectedTo Method (Visual) | 
 
            Is this connector connected to the other visual via one of its connectors.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic bool IsConnectedTo(
	Visual other
)
Parameters
- other
 - Type: Demo3D.VisualsVisual
The other visual. 
Return Value
Type: 
Booleantrue if the connector is connected to one of the other visual's connectors.
See Also