Method DisconnectInterfaces
DisconnectInterfaces(object, object)
Method provided by the system for disconnecting interfaces
Declaration
void DisconnectInterfaces(object target, object userData = null)
Parameters
| Type | Name | Description |
|---|---|---|
| object | target | Object to disconnect interfaces on |
| object | userData | (Optional) extra data needed to connect interfaces on this object |