User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.prepareCandidates method

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

Prepare list of scope candidates for SQL Layers.

Available also on: Delphi | Java.

Syntax

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

Parameters

Name Type Description
_cursor int
Integer
cursor identifier (see TGIS_LayerVector.cursorOpen)

Remarks

Scope list is a list of in-memory shapes affected by scope.

2020/05/07 01:18

Page Tools