DK11 for Delphi | GisClasses.TGIS_PointList.Add | Constructors | Methods | Properties
Add new item to the list.
// Delphi public function Add( const _val : TGIS_Point ) : Integer;
// C++ Builder public: int Add( TGIS_Point* const _val );
Name | Type | Description |
---|---|---|
_val | TGIS_Point | item to be added |
Type | Description |
---|---|
Integer | position of the item |