User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.removeCandidate method

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

Remove shape from the candidate list.

Available also on: Delphi | Java.

Syntax

// C#
protected void removeCandidate(
  int _cursor,
  TGIS_Shape _shp
);
' VisualBasic
Protected Sub removeCandidate(
  ByVal _cursor As Integer,
  ByVal _shp As TGIS_Shape
)
// Oxygene
protected
  procedure removeCandidate(
    _cursor : Integer;
    _shp : TGIS_Shape
  );

Parameters

Name Type Description
_cursor int
Integer
cursor identifier (see TGIS_LayerVector.cursorOpen)
_shp TGIS_Shape shape to be removed from the list

Remarks

shape candidate should be removed after being used in FindNext

2020/05/07 01:18

Page Tools