ConnectorDisconnect Method |
Disconnect a named connector.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxpublic 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