User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_fieldinfo.saved

Table of Contents

TGIS_FieldInfo.Saved property

DK for .NET | TatukGIS.NDK.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 | Java | ActiveX | Python.

Syntax

// C#
public Boolean Saved
{
  get {}
  set {}
}
' VisualBasic
Public Property Saved As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  property Saved : Boolean read read;

Value

Type
bool
Boolean
2025/01/31 01:11

Page Tools