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: 19.00.00
Syntax
C#
public virtual Connector FindCreateConnector(
	string name
)

Parameters

name  String
The name of the connector to find or create.

Return Value

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