Click or drag to resize

SignalGenerate Method

Generate a new signal.

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

Return Value

Type: Signal
A signal that can be tracked through the system.
Remarks
The signal must be Disposed when it reaches the end of the data pathway.
See Also