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
// 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;
Type |
---|
bool Boolean |