User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.isfieldmodifiedex_integer

Table of Contents

TGIS_Shape.IsFieldModifiedEx method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.IsFieldModifiedEx | Constructors | Fields | Methods | Properties

Test if shape field was modified.

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

Syntax

// C#
public bool IsFieldModifiedEx(
  int _id
);
' VisualBasic
Public Function IsFieldModifiedEx(
  ByVal _id As Integer
) As Boolean
// Oxygene
public
  function IsFieldModifiedEx(
    _id : Integer
  ) : Boolean;

Parameters

Name Type Description
_id int
Integer
field index

Result

Type Description
bool
Boolean
True if field has been modified.
2022/11/16 01:35

Page Tools