DK11 for Delphi | GisLayerVector.TGIS_SelectedShapeList | Classes | Constructors | Methods | Properties
List of all shapes.
// Delphi type TGIS_SelectedShapeList = class( TGIS_Object ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_SelectedShapeList : public TGIS_Object { };
Name | Visibility | Description | |
---|---|---|---|
Create | public | Standard constructor. | |
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. | |