DK for Delphi | GisLayerVector.TGIS_Shape.GetFirstPoint3D | Constructors | Fields | Methods | Properties
Retrieve the first point from the first segment of geometry in 3D.
// Delphi public function GetFirstPoint3D : TGIS_Point3D; virtual;
// C++ Builder public: virtual TGIS_Point3D* GetFirstPoint3D(void);
| Type | Description |
|---|---|
| TGIS_Point3D | First point in a geometry. |