ConnectorIsConnectedTo Method (Connector) |
Is this connector connected to the other connector.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool IsConnectedTo(
Connector other
)
Parameters
- other
- Type: Demo3D.VisualsConnector
The other connector.
Return Value
Type:
Booleantrue if the connectors are connected.
See Also