Click or drag to resize

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
Syntax
C#
public bool IsConnectedTo(
	Connector other
)

Parameters

other
Type: Demo3D.VisualsConnector
The other connector.

Return Value

Type: Boolean
true if the connectors are connected.
See Also