Click or drag to resize

VisualConnectedVisual Method

Find the visual that is attached to the supplied connectorName.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Visual ConnectedVisual(
	string connectorName
)

Parameters

connectorName
Type: SystemString
Name of the connector to search for.

Return Value

Type: Visual
The visual connected to the connector matching the supplied name, or null if no connector exists with that name.
See Also