DK11 for .NET | TatukGIS.NDK.TGIS_FieldRule | Classes | Constructors | Methods | Properties
Class responsible for complete rule based editing of the attribute field.
// C# public class TGIS_FieldRule { }
' VisualBasic Public Class TGIS_FieldRule End Class
// Oxygene type TGIS_FieldRule = public class end;
Name | Visibility | Description | |
---|---|---|---|
TGIS_FieldRule() | public | Create an object. | |
Name | Visibility | Description | |
---|---|---|---|
Check | public | Check value against all formulas. | |
ResolveGet | public | Resolve value in a meaning of reading it form a layer. | |
ResolveSet | public | Resolve value in a meaning of saving it to a layer. | |
Name | Visibility | Description | |
---|---|---|---|
Caption | public | Field caption. | |
LongName | public | Field long name (w/o taking care of file format limits). | |
Modified | public | True if rules were modified. | |
ValueAliases | public | List of all filed aliases. | |
ValueChecks | public | List of all checks associated the the filed. | |
ValueFormat | public | Value format specifier like in printf. | |
Values | public | List of all allowed values. | |