User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.findnext_void

Table of Contents

ITGIS_LayerVector.FindNext method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.FindNext | Methods | Properties

Finds the next occurrence of an item defined in FindFirst. Method will use RTree if available.

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

Syntax

// C#
public ITGIS_Shape FindNext();
' VisualBasic
Public Function FindNext() As ITGIS_Shape
// Oxygene
public
  function FindNext : ITGIS_Shape;

Result

Type Description
ITGIS_Shape Shape itself or nil.

Remarks

See: FindFirst

Use this method to find the next shape in the layer matching given criteria. We can move between shapes by doing custom operations on them.

References

2022/11/16 01:10

Page Tools