Parameter Properties |
The Parameter type exposes the following members.
| Name | Description | |
|---|---|---|
| BoolValue | The boolean parameter value | |
| ConfigObject | Default configuration value | |
| Description | The parameter description | |
| DisplayName | The parameter display name | |
| DoubleValue | The double parameter value | |
| EditorLanguage | ||
| EnumDisplays | List of enum display values if the parameter is an enum | |
| Enums | List of string values if the parameter is an enum. Each enum can have an id and an optional display. | |
| EnumType | If set, the .Net enum type used to build the enum values of the parameter | |
| EnumValue | The enum parameter value | |
| EnumValues | List of enum values if the parameter is an enum | |
| GUID |
The unique identifier
(Inherited from RootComponent) | |
| HelperResetParameterValue | Editor Helper: Reset parameter to its default value | |
| IconValue | The Font Awesome icon parameter value, edited with a glyph preview in the property grid. | |
| IsFontAwesomeIcon | True if this parameter holds a Font Awesome icon class (all its enum values are Font Awesome classes). Detected by content rather than by reference, because view parameters get a copy of the enum list. | |
| MultipleEnumValues | List of values when the parameter value contains multiple enum values ('|' separated) | |
| Name |
The name
(Inherited from RootComponent) | |
| NumericValue | The numeric parameter value | |
| ResultOptionDisplayName | Display name when used as a result option paramter | |
| ResultOptionName | Name when used as a result option paramter | |
| ShowInResultOptions | If true, the parameter value can be modified in the report result dialog | |
| TextSamples | ||
| TextValue | The text parameter value | |
| Type | Parameter type | |
| UseOnlyEnumValues | If true and the parameter is an enum, only the enum values defined can be selected | |
| Value | The parameter value |