|
Description
VECRemoveSelection() is used to remove the current selection from the given vector layer.
Call Signature
void VECRemoveSelection ( int/string filespec, int segment_num, int ptr selection, int selection_count )
Return Value
void
This has no return value.
Arguments
int/string filespec:
This can either be the handle returned by DBOpen(), or the name of an open file.
int segment_num:
The vector layer (segment) number being accessed.
int ptr selection:
The array of shapeids to be removed from the current selection.
int selection_count:
The number of entries in the array "selection" to use. If this is omitted, then the length of the whole array will be used.
Remarks
Vector selection is primary used within interactive environments, but is associated with the underlying file so that it can be easily shared between unrelated tools.
Vector selection is not saved in files.
See also
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.