DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.FindNext | Constructors | Fields | Methods | Properties | Events
Find next occurrence of item defined in FindFirst. Will use RTree if available.
// C# public TGIS_Shape FindNext();
' VisualBasic Public Function FindNext() As TGIS_Shape
// Oxygene public function FindNext : TGIS_Shape; virtual;
Type | Description |
---|---|
TGIS_Shape | Shape itself or nil. |
See: FindFirst
Use this method to find next shape in the layer matching given criteria. We can move between shapes doing custom operations on them.