User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.isselected

Table of Contents



TGIS_Shape.IsSelected property

DK for Delphi | GisLayerVector.TGIS_Shape.IsSelected | Constructors | Fields | Methods | Properties

Shape is selected in the layer.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property IsSelected : Boolean read write;
// C++ Builder
public:
  __property bool IsSelected = {read, write};

Value

Type
Boolean

Remarks

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.

References

2026/07/11 00:38

Page Tools