DK for Delphi | GisLayerVector.TGIS_Shape.IsSelected | Constructors | Fields | Methods | Properties
Shape is selected in the layer.
// Delphi public property IsSelected : Boolean read write;
// C++ Builder public: __property bool IsSelected = {read, write};
| Type |
|---|
| Boolean |
PURPOSE: Track per-shape selection state for interactive GIS (Geographic Information System) editing, highlighting, and batch operations.
BEHAVIOR: Returns or updates whether the shape belongs to the current layer selection set. Selection can affect rendering and editing behavior.
CONSTRAINTS: Read/Write. Selection state is layer-session state and is not part of persisted geometry data.