DK11 for Python | tatukgis.pdk.TGIS_Shape.GetFieldEx | Overloads | Constructors | Methods | Properties
Retrieving data from associated data table.
# Python def GetFieldEx( self, _name: str, _cursor: int, _rule: bool ) -> Variant:
Name | Type | Description |
---|---|---|
_name | str | field name |
_cursor | int | cursor index |
_rule | bool | True if filed rule should be expanded (like alias matching) |
Type | Description |
---|---|
Variant | Field value. If field value is Null then function will return Null default value. GetField will return a default value instead. |