Experimental: this API is experimental and might be changed or removed in the future.

Port.ConnectTo

Cambiar al Manual

Parámetros

otherOther port to connect to.

Valor de retorno

Edge Newly created edge.

Descripción

Creates an edge between this port and the 'other' port.

The new edge still needs to be added to the graph.


public T ConnectTo (Experimental.GraphView.Port other);

Parámetros

otherOther port to connect to.

Valor de retorno

T Newly created edge.

Descripción

Creates an edge between this port and the 'other' port.

The new edge still needs to be added to the graph.