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