DK for .NET | TatukGIS.NDK.TGIS_FieldList | Classes | Methods | Properties
A field-value list.
// C# public class TGIS_FieldList : TGIS_ObjectList { }
' VisualBasic Public Class TGIS_FieldList Inherits TGIS_ObjectList End Class
// Oxygene type TGIS_FieldList = public class( TGIS_ObjectList ) end;
Name | Visibility | Description | |
---|---|---|---|
Add | public | Add new item to the list. | |
CopyTo | public | Copy a list to another. | |
Dispose | public | Destroy an instance and free all items. | |
Exists | public | Check if field exists. | |
find | protected | Find element. | |
Insert | public | Insert new item to the list. | |
Sort | public | Sort the list. | |