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