User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getpoint3dex_integer_integer_double_double_double_double

Table of Contents

ITGIS_Shape.GetPoint3DEx method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetPoint3DEx | Methods | Properties

Returns the full point coordinates at the specified part and position through output parameters.

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

Syntax

// C#
public void GetPoint3DEx(
  int _part,
  int _pos,
  ref double _x,
  ref double _y,
  ref double _z,
  ref double _m
);
' VisualBasic
Public Sub GetPoint3DEx(
  ByVal _part As Integer,
  ByVal _pos As Integer,
  ByRef _x As Double,
  ByRef _y As Double,
  ByRef _z As Double,
  ByRef _m As Double
)
// Oxygene
public
  procedure GetPoint3DEx(
    _part : Integer;
    _pos : Integer;
    var _x : Double;
    var _y : Double;
    var _z : Double;
    var _m : Double
  );

Parameters

Name Type Description
_part int
Integer
zero-based part index
_pos int
Integer
zero-based vertex index within the part
_x double
Double
receives the X coordinate
_y double
Double
receives the Y coordinate
_z double
Double
receives the Z coordinate
_m double
Double
receives the M value

Remarks

PURPOSE: Provides direct access to XY, Z, and M vertex values without returning a point record.

BEHAVIOR: Reads the point from the specified part and vertex position and stores the coordinate components in the output parameters.

2026/07/05 01:25

Page Tools