DK11 for Java | tatukgis.jdk.TGIS_PointList.Insert | Methods | Properties
Insert new item to the list.
// Java public void Insert( int _index, TGIS_Point _val );
// Oxygene public procedure Insert( _index : Integer; _val : TGIS_Point );
Name | Type | Description |
---|---|---|
_index | int Integer | position where item will be inserted at |
_val | TGIS_Point | item to be inserted |