Click or drag to resize

ConnectorDisconnect Method

Disconnect a named connector.

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

Parameters

from  IConnectable
Owner of the connector.
fromName  String
Name of the connector to disconnect.
See Also