DK11 for .NET | TatukGIS.NDK.TGIS_VariantList.Insert | Methods | Properties
Insert new item to the list.
// C# public void Insert( int _index, Variant _val );
' VisualBasic Public Sub Insert( ByVal _index As Integer, ByVal _val As Variant )
// Oxygene public procedure Insert( _index : Integer; _val : Variant ); reintroduce;
Name | Type | Description |
---|---|---|
_index | int Integer | position where item will be inserted at |
_val | Variant | item to be inserted |