DK11 for Python | tatukgis.pdk.TGIS_Shape.GetFieldEx | Overloads | Constructors | Methods | Properties
Retrieving data from associated data table.
# Python def GetFieldEx( self, _name: str ) -> Variant:
Name | Type | Description |
---|---|---|
_name | str | field name |
Type | Description |
---|---|
Variant | Field value. If field value is Null then function will return Null default value. GetField will return a default value instead. |