Click or drag to resize

ConnectorIsConnectedTo(Connector) Method

Is this connector connected to the other connector.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool IsConnectedTo(
	Connector other
)

Parameters

other  Connector
The other connector.

Return Value

Boolean
true if the connectors are connected.
See Also