DK11 for Python | tatukgis.pdk.TGIS_Shape.IsDeleted | Constructors | Methods | Properties
True if the Shape needs to be deleted. Deleted shape will still exist until the next save, but will not be displayed.
# Python @property def IsDeleted( self ) -> bool: @IsDeleted.setter def IsDeleted( self, _value: bool ) -> None:
Type |
---|
bool |