Click or drag to resize

ConnectorDisconnect Method

Disconnect a named connector.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static void Disconnect(
	IConnectable from,
	string fromName
)

Parameters

from
Type: IConnectable
Owner of the connector.
fromName
Type: SystemString
Name of the connector to disconnect.
See Also