Click or drag to resize

VisualRemoveConnector Method

Remove a connector with a certain name.

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

Parameters

name
Type: SystemString
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