ConnectorDisconnect Method |
Disconnect a named connector.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static void Disconnect(
IConnectable from,
string fromName
)
Parameters
- from IConnectable
- Owner of the connector.
- fromName String
- Name of the connector to disconnect.
See Also