[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt ein Array mit allen Ausgängen des Knotens zurück.

Namespace: DynamicNode.Ext.Remoting
Assembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)

Syntax

C#
public IRemoteOutPort[] OutPorts { get; }
Visual Basic
Public ReadOnly Property OutPorts As IRemoteOutPort()
	Get
F#
abstract OutPorts : IRemoteOutPort[]
override OutPorts : IRemoteOutPort[]

Field Value

Die Ausgänge.

Implements

IRemoteNode..::..OutPorts

See Also