User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.fieldinfo_integer

Table of Contents

ITGIS_LayerVector.FieldInfo method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.FieldInfo | Methods | Properties

Returns pointer to GIS_FieldInfo structure.

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

Syntax

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

Parameters

Name Type Description
_id int
Integer
id of field to be returned

Result

Type Description
ITGIS_FieldInfo Field description or nil.

Remarks

Use this method to get pointer to GIS_FieldInfo structure.

See RenameField for example.

2022/11/16 01:10

Page Tools