User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_fieldinfo.saved

Table of Contents

ITGIS_FieldInfo.Saved property

DK for ActiveX | TatukGIS_XDK11.ITGIS_FieldInfo.Saved | 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 | Java | 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:04

Page Tools