UfsSimpleType Enumeration |
Note: This API is now obsolete.
Namespace: DHI.Mike1D.ResultDataAccess
[ObsoleteAttribute] public enum UfsSimpleType
Member name | Value | Description | |
---|---|---|---|
UFS_BAD | -4 | file control tag: bad | |
UFS_MIN_VALUE | -3 | file control tag: For internal use only | |
UFS_BLOCK | -2 | file control tag: For internal use only | |
UFS_TERMINATOR | -1 | file control tag: For internal use only | |
UFS_EOF | 0 | file control tag: end-of-file | |
UFS_FLOAT | 1 | data type: float, in TSObject: Type_Float | |
UFS_DOUBLE | 2 | data type: double, in TSObject: Type_Double | |
UFS_CHAR | 3 | data type: char, in TSObject: Type_Char | |
UFS_INT | 4 | data type: int, in TSObject: Type_Int | |
UFS_UNSIGNED | 5 | data type: uint, in TSObject: Type_Unsigned | |
UFS_SHORT | 6 | data type: short, in TSObject: Type_Short | |
UFS_USHORT | 7 | data type: ushort, in TSObject: Type_Unsigned_Short | |
UFS_MAX_VALUE | 8 | For internal use only |