Click or drag to resize

ConnectorsAspectRemoveConnector Method

Remove a connector with a certain name.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void RemoveConnector(
	string name
)

Parameters

name  String
Name of the connector to remove.
Remarks
This could create problems if removing the built-in "Start" and "End" connectors for visuals such as conveyors.
See Also