User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.getpoint_integer_integer

TGIS_Shape.GetPoint method

DK11 for Delphi | GisLayerVector.TGIS_Shape.GetPoint | Constructors | Fields | Methods | Properties

Retrieve a point from a point segment of geometry.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// 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
  );

Parameters

Name Type Description
_part Integer part number
_pos Integer point number

Result

Type Description
TGIS_Point Point from shape.

Remarks

See SetPosition method for example.

References

2024/12/20 22:19

Page Tools