Enum FamosFilePropertyType
The data type of a property.
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public enum FamosFilePropertyType
Fields
| Name | Description |
|---|---|
| Boolean | A boolean. |
| Enumeration | An enumeration. |
| Integer | A signed integer. |
| Real | A floating point number. |
| String | A string. |
| TimeStampInDMFormat | A time stamp in DM format. |