User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getfieldex_2_widestring_wordbool

Table of Contents

ITGIS_Shape.GetFieldEx_2 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetFieldEx_2 | Methods | Properties

Retrieving data from associated data table.

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

Syntax

// C#
public OleVariant GetFieldEx_2(
  WideString _name,
  WordBool _rule
);
' VisualBasic
Public Function GetFieldEx_2(
  ByVal _name As WideString,
  ByVal _rule As WordBool
) As OleVariant
// Oxygene
public
  function GetFieldEx_2(
    _name : WideString;
    _rule : WordBool
  ) : OleVariant;

Parameters

Name Type Description
_name WideString field name
_rule WordBool True if filed rule should be expanded (like alias matching)

Result

Type Description
OleVariant Field value. If field value is Null then function will return Null default value. GetField will return a default value instead.

Remarks

by providing empty field the join (if any exists) will be resynchronize
See TGIS_LayerVector.DrawLabel for example.

2024/12/20 22:16

Page Tools