User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.getfieldex_string

Table of Contents

TGIS_Shape.GetFieldEx(str) method

DK11 for Python | tatukgis.pdk.TGIS_Shape.GetFieldEx | Overloads | Constructors | Methods | Properties

Retrieving data from associated data table.

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

Syntax

# Python
def GetFieldEx(
  self,
  _name: str
) -> Variant: 

Parameters

Name Type Description
_name str 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.

2023/08/09 01:59

Page Tools