Click or drag to resize
FdfValueType Enumeration
Specifies the type of system variable.

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public enum FdfValueType
Members
  Member nameValueDescription
None0Unknown variable type.
Integer1Int32 variable type.
Double2Double variable type.
String3String variable type.
Boolean4Boolean variable type.
Angle5Angular variable type.
Length6Distance variable type.
Percentage7Percentage Double variable type.
EncryptedString8Encrypted String variable type.
Color9Color variable type.
DateTime10DateTime variable type.
Remarks