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