Click or drag to resize

ConnectorIsConnectedTo Method (Visual)

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

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

Parameters

other
Type: Demo3D.VisualsVisual
The other visual.

Return Value

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