User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_selectedshapelist

TGIS_SelectedShapeList class

DK11 for Delphi | GisLayerVector.TGIS_SelectedShapeList | Classes | Constructors | Methods | Properties

List of all shapes.

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

Syntax

// Delphi
type
  TGIS_SelectedShapeList = class( TGIS_Object )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_SelectedShapeList : public TGIS_Object
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Standard constructor.

Methods

Inherited Overrides Protected
Name Visibility Description
Add public Add a new element to the list.
Clear public Clear list.
ContainsKey public Test if UID is already in dictionary.
GetEnumerator public Get enumerator.
Remove public Remove an item from the dictionary.

Properties

Inherited Protected
Name Visibility Description
Count public Number of elements on the list.
Items public Uid of shape.

2022/11/16 01:22

Page Tools