User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_fieldinfo.saved

Table of Contents

TGIS_FieldInfo.Saved property

DK11 for Java | tatukgis.jdk.TGIS_FieldInfo.Saved | Constructors | Methods | Properties

if True the field exist in disk based image; valid only for real disk based layer like TGIS_LayerSHP, TGIS_LayerSHP etc. Layers like TGIS_Layer_DXF and TGIS_LayerMIF are first imported into memory, value of Saved will always be false

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

Syntax

// Java
public bool getSaved();
 
public void setSaved(
  bool _value
);
// Oxygene
public
  property Saved : Boolean read write;

Value

Type
bool
Boolean
2022/11/16 01:42

Page Tools