User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getpointex_integer_integer_double_double

Table of Contents

ITGIS_Shape.GetPointEx method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetPointEx | Methods | Properties

Retrieve a point coordinates from a shape segment.

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

Syntax

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

Parameters

Name Type Description
_part int
Integer
part number
_pos int
Integer
point number
_x double
Double
x coordinate
_y double
Double
y coordinate
2022/11/16 01:11

Page Tools