Click or drag to resize

SignalSplit Method

Splits a signal in two, returning a duplicate of the current signal.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public Signal Split()

Return Value

Type: Signal
A duplicate of the current signal.
Remarks

The signal must be Disposed when it reaches the end of the data pathway.

A signal splits for example when we iterate over the same data path multiple times in order to process the data.

See Also