User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.mustsave_void

Table of Contents

TGIS_LayerVector.MustSave method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.MustSave | Constructors | Fields | Methods | Properties | Events

Checks if the layer was modified by editing.

Available also on: Delphi | Java.

Syntax

Overrides TGIS_Layer.MustSave.

// C#
public override bool MustSave();
' VisualBasic
Public Overrides Function MustSave() As Boolean
// Oxygene
public
  function MustSave : Boolean; override;

Result

Type Description
bool
Boolean
True if layer was modified.

Remarks

Use this method to check if the layer was edited any way. If Yes you should save a project to keep changes.

2021/12/07 09:03

Page Tools