User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.cursorNext method

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

Move to the next shape in the cursor.

Available also on: Delphi | Java.

Syntax

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

Parameters

Name Type Description
_cursor int
Integer
cursor allocated by cursorOpen()

Remarks

Override this method in inherited class to provide your own layer traversing method.

2021/12/07 09:03

Page Tools