Click or drag to resize

VisualFindCreateConnector Method

Find or create a connector of the supplied name.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public virtual Connector FindCreateConnector(
	string name
)

Parameters

name
Type: SystemString
The name of the connector to find or create.

Return Value

Type: Connector
An existing connector of the supplied name or a new connector if not found.
See Also