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.
// C# public ITGIS_Shape FindNext();
' VisualBasic Public Function FindNext() As ITGIS_Shape
// Oxygene public function FindNext : ITGIS_Shape;
Type | Description |
---|---|
ITGIS_Shape | Shape itself or nil. |
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.