DK11 for Delphi | GisClasses.TGIS_PointList.Insert | Constructors | Methods | Properties
Insert new item to the list.
// Delphi public procedure Insert( const _index : Integer; const _val : TGIS_Point );
// C++ Builder public: void Insert( const int _index, TGIS_Point* const _val );
Name | Type | Description |
---|---|---|
_index | Integer | position where item will be inserted at |
_val | TGIS_Point | item to be inserted |