DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.removeCandidate | Constructors | Fields | Methods | Properties | Events
Remove shape from the candidate list.
// C# protected void removeCandidate( int _cursor, TGIS_Shape _shp );
' VisualBasic Protected Sub removeCandidate( ByVal _cursor As Integer, ByVal _shp As TGIS_Shape )
// Oxygene protected procedure removeCandidate( _cursor : Integer; _shp : TGIS_Shape );
Name | Type | Description |
---|---|---|
_cursor | int Integer | cursor identifier (see TGIS_LayerVector.cursorOpen) |
_shp | TGIS_Shape | shape to be removed from the list |
shape candidate should be removed after being used in FindNext