Click or drag to resize

ConnectorIsConnectedTo(Visual) Method

Is this connector connected to the other visual via one of its connectors.

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

Parameters

other  Visual
The other visual.

Return Value

Boolean
true if the connector is connected to one of the other visual's connectors.
See Also