AlgoInstanceParameter
Summary
The interface representing an indicator / robot instance parameter. Provides properties that allow for accessing various information about an algo instance parameter.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
Properties
Name
Summary
Gets the name of a parameter.
Signature
1 | |
Return Value
string
DisplayName
Summary
Gets the display name of a parameter (shown in the 'Parameters' section of an instance).
Signature
1 | |
Return Value
string
Value
Summary
Gets the value of a parameter.
Signature
1 | |
Return Value
object
Type
Summary
Gets the ALgoParameterType of a parameter.
Signature
1 | |
Return Value
AlgoParameterType