DK11 for Delphi | GisLayerVector.TGIS_Shape.GetPoint | Constructors | Fields | Methods | Properties
Retrieve a point from a point segment of geometry.
// Delphi public function GetPoint( const _part : Integer; const _pos : Integer ) : TGIS_Point; virtual;
// C++ Builder public: virtual TGIS_Point* GetPoint( const int _part, const int _pos );
Name | Type | Description |
---|---|---|
_part | Integer | part number |
_pos | Integer | point number |
Type | Description |
---|---|
TGIS_Point | Point from shape. |
See SetPosition method for example.