User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.getpoint3dex_integer_integer_double_double_double_double

Table of Contents

TGIS_Shape.GetPoint3DEx method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetPoint3DEx | Constructors | Fields | Methods | Properties

Retrieve a point coordinates from a shape segment.

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

Syntax

// C#
public virtual void GetPoint3DEx(
  int _part,
  int _pos,
  ref double _x,
  ref double _y,
  ref double _z,
  ref double _m
);
' VisualBasic
Public Overridable 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
  ); virtual;

Parameters

Name Type Description
_part int
Integer
part number
_pos int
Integer
point number
_x double
Double
x coordinate
_y double
Double
y coordinate
_z double
Double
z coordinate
_m double
Double
m coordinate
2024/12/20 22:23

Page Tools