User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.isdeleted

Table of Contents

TGIS_Shape.IsDeleted property

DK11 for Java | tatukgis.jdk.TGIS_Shape.IsDeleted | Constructors | Fields | Methods | Properties

True if the Shape needs to be deleted. Deleted shape will still exist until the next save, but will not be displayed.

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

Syntax

// Java
public bool getIsDeleted();
 
public void setIsDeleted(
  bool _value
);
// Oxygene
public
  property IsDeleted : Boolean read write;

Value

Type
bool
Boolean
2022/11/16 01:51

Page Tools