User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.getshapepos_tgis_uid_integer

Table of Contents

TGIS_LayerVector.getShapePos method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.getShapePos | Constructors | Fields | Methods | Properties | Events

Get shape using bisection.

Available also on: Delphi | Java.

Syntax

// C#
protected virtual bool getShapePos(
  long _uid,
  ref int _ipos
);
' VisualBasic
Protected Overridable Function getShapePos(
  ByVal _uid As Long,
  ByRef _ipos As Integer
) As Boolean
// Oxygene
protected
  function getShapePos(
    _uid : TGIS_Uid;
    var _ipos : Integer
  ) : Boolean; virtual;

Parameters

Name Type Description
_uid long
TGIS_Uid
identifier /same as current record for SHP file/
_ipos int
Integer
position of the located element or position in which to insert

Result

Type Description
bool
Boolean
True if shape was found.
2021/12/07 09:03

Page Tools