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