User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.getfieldex_string

Table of Contents

TGIS_Shape.GetFieldEx(string) method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetFieldEx | Overloads | Constructors | Fields | Methods | Properties

Retrieving data from associated data table.

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

Syntax

// C#
public virtual Variant GetFieldEx(
  string _name
);
' VisualBasic
Public Overridable Function GetFieldEx(
  ByVal _name As String
) As Variant
// Oxygene
public
  function GetFieldEx(
    _name : String
  ) : Variant; virtual;

Parameters

Name Type Description
_name string
String
field name

Result

Type Description
Variant 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/07/07 01:10

Page Tools