The properties of the IAlgoParam interface are listed below. For a complete list of IAlgoParam interface members, see the IAlgoParam Members topic.
BoolValue | Gets the value of a parameter as boolean value. |
DateTimeValue | Gets the value of a parameter as date/time value. |
DoubleValue | Gets the value of a parameter as 64-bit floating-point value. |
IntValue | Gets the value of a parameter as signed 32-bit integer. |
LongValue | Gets the value of a parameter as signed 64-bit integer. |
Name | Gets the name of a parameter. |
StringValue | Gets the value of a parameter as string value. |
IAlgoParam Interface | OEC.API.OSM Namespace | AlgoParam