User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.isfieldmodifiedex_integer

Table of Contents

ITGIS_Shape.IsFieldModifiedEx method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsFieldModifiedEx | Methods | Properties

Returns whether the field at the specified zero-based index has been modified in the current shape editing context.

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

Syntax

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

Parameters

Name Type Description
_id int
Integer
Zero-based field index.

Result

Type Description
WordBool True if the field has been modified; otherwise False.

Remarks

PURPOSE: Check field-level edit state by index when field positions are already known and repeated name lookup is unnecessary.

BEHAVIOR: Reads the modification flag for the field referenced by _id in the current shape context.

CONSTRAINTS: The index must refer to a valid field in the current layer schema and is meaningful only in the current shape editing context.

2026/07/05 01:25

Page Tools