|
|
Format
|
[SerializableAttribute] [FlagsAttribute] public enum FormatFlags
| Member name | Value | Description |
|---|---|---|
| NoFlags | 0 | No flags. |
| Coordinates | 1 | Phasor coordinate format (Set = polar, Clear = rectangular). |
| Phasors | 2 | Phasor value format (Set = float, Clear = integer). |
| Analog | 4 | Analog value format (Set = float, Clear = integer). |
| Frequency | 8 | Frequency value format (Set = float, Clear = integer). |
| UnusedMask | 65,520 | Unused format bits mask. |
The FormatFlags type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |