User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layervector.joinprimary

Table of Contents

TGIS_LayerVector.JoinPrimary property

DK11 for Python | tatukgis.pdk.TGIS_LayerVector.JoinPrimary | Constructors | Methods | Properties | Events | Events

Field from feature table to be joined. Field value must be a unique and be the same type as JoinForeign. Table must be ordered by this value.

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

Syntax

# Python
@property
def JoinPrimary(
  self
) -> str: 
 
@JoinPrimary.setter
def JoinPrimary(
  self,
  _value: str
) -> None: 

Value

Type
str

References

2023/08/09 01:57

Page Tools