Enum CodeParamType
The type of parameter
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum CodeParamType
Fields
Name | Description |
---|---|
Bol | Boolean value (false or true) |
Flt | Floating point numerical value |
Int | Integer numerical value |
Str | Textual string valye |