-
-
Notifications
You must be signed in to change notification settings - Fork 622
Node.RemoveInstancePort
Thor Brigsted edited this page Jan 23, 2018
·
1 revision
Remove an instance port from the node
public void RemoveInstancePort(string fieldName);
public void RemoveInstancePort(NodePort port);| Parameters | Summary |
|---|---|
| fieldName | Unique identifier used to find this NodePort. Automatically assigns a unique name if null. |
| port | The instance NodePort to remove |
See also: ClearInstancePorts, AddInstancePort