User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layervector.items

Table of Contents

TGIS_LayerVector.Items property

DK11 for Python | tatukgis.pdk.TGIS_LayerVector.Items | Constructors | Methods | Properties | Events | Events

A list of all ghost items.

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

Syntax

# Python
@property
def Items(
  self
) -> TGIS_ShapeList: 

Value

Remarks

After MakeEditable, the called shape is handled in this list. The shape can be removed fully from the list by calling Revert on the shape level. In such case, all subsequent operations on the shape will be performed via disk image.

Another way of clearing this list is to call Save, which will transfer all information back to the file.

See Build for an example.

2023/08/09 01:57

Page Tools