Creates new empty instrument.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public static Instrument CreateEmptyInstrument()
Visual Basic (Declaration)
Public Shared Function CreateEmptyInstrument As Instrument
Visual C++
public:
static Instrument^ CreateEmptyInstrument()

See Also