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