User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.getpoint3dex_integer_integer_double_double_double_double

Table of Contents

TGIS_Shape.GetPoint3DEx method

DK for Delphi | GisLayerVector.TGIS_Shape.GetPoint3DEx | Constructors | Fields | Methods | Properties

Retrieve a point coordinates from a shape segment.

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

Syntax

// Delphi
public
  procedure GetPoint3DEx(
    const _part : Integer;
    const _pos : Integer;
    var _x : Double;
    var _y : Double;
    var _z : Double;
    var _m : Double
  ); virtual;
// C++ Builder
public:
  virtual void GetPoint3DEx(
    const int _part,
    const int _pos,
    double &_x,
    double &_y,
    double &_z,
    double &_m
  );

Parameters

Name Type Description
_part Integer part number
_pos Integer point number
_x Double x coordinate
_y Double y coordinate
_z Double z coordinate
_m Double m coordinate
2025/01/31 01:09

Page Tools