DK11 for Python | tatukgis.pdk.TGIS_LayerVector.Items | Constructors | Methods | Properties | Events | Events
A list of all ghost items.
# Python @property def Items( self ) -> TGIS_ShapeList:
Type |
---|
TGIS_ShapeList |
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.