DK11 for .NET | TatukGIS.NDK.TGIS_FieldList.Add | Methods | Properties
Add new item to the list.
// C# public int Add( int _field, Variant _val );
' VisualBasic Public Function Add( ByVal _field As Integer, ByVal _val As Variant ) As Integer
// Oxygene public function Add( _field : Integer; _val : Variant ) : Integer; reintroduce;
Name | Type | Description |
---|---|---|
_field | int Integer | field id |
_val | Variant | item value |
Type | Description |
---|---|
int Integer | position of the item |