User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_fieldlist.exists_integer

Table of Contents

TGIS_FieldList.Exists method

DK11 for .NET | TatukGIS.NDK.TGIS_FieldList.Exists | Methods | Properties

Check if field exists.

Available also on: Delphi | Java.

Syntax

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

Parameters

Name Type Description
_field int
Integer
field id

Result

Type Description
bool
Boolean
True if field was found
2020/05/07 01:16

Page Tools