User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.joinprimary

Table of Contents

TGIS_LayerVector.JoinPrimary property

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.JoinPrimary | Constructors | Fields | Methods | Properties | 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 | ActiveX | Python.

Syntax

// Java
public java.lang.String getJoinPrimary();
 
public void setJoinPrimary(
  java.lang.String _value
);
// Oxygene
public
  property JoinPrimary : String read write;

Value

Type
java.lang.String
String

References

2022/11/16 01:49

Page Tools