DK11 for .NET | TatukGIS.NDK.TGIS_FieldFlags | Enums
Supported field flags.
// C# public enum TGIS_FieldFlags { Exportable, Saveable, ReadOnly, Visible, Required }
' VisualBasic Public Enum TGIS_FieldFlags Exportable Saveable ReadOnly Visible Required End Enum
// Oxygene type TGIS_FieldFlags = public ( Exportable, Saveable, ReadOnly, Visible, Required );
Name | Value | Description | |
---|---|---|---|
Exportable | Is field exportable. | ||
Saveable | Is field saveable. | ||
ReadOnly | Is field read only. | ||
Visible | Is field visible. | ||
Required | Is field required. | ||