User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.isfieldmodifiedex_integer

Table of Contents

TGIS_Shape.IsFieldModifiedEx method

DK11 for Java | tatukgis.jdk.TGIS_Shape.IsFieldModifiedEx | Constructors | Fields | Methods | Properties

Test if shape field was modified.

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

Syntax

// Java
public bool IsFieldModifiedEx(
  int _id
);
// 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:51

Page Tools