CmdInputResult C#

Contains list of CmdInputPart. List is created based on list of Parts from CmdFormula.

You can select necessary part and extract data from it:

Data type depends on PartType.

If this Part has Integer PartType, so you can extract int value from it:

Example:

So here is a method that is called when the command is executed:

Lets take a look at all Part Types:

Sentence

Float, Int, Bool

Enum

EnumVariant returns index of selected variant

EnumVariantString returns selected variant

Last updated