Gets collection of user defined functions to use in expressions specially set for this instrument.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Dictionary<string, IFunction> CustomFunctions { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CustomFunctions As Dictionary(Of String, IFunction) |
| Visual C++ |
|---|
public: property Dictionary<String^, IFunction^>^ CustomFunctions { Dictionary<String^, IFunction^>^ get (); } |