User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.joinprimary

Table of Contents

ITGIS_LayerVector.JoinPrimary property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.JoinPrimary | Methods | Properties

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 | Python.

Syntax

// C#
public String JoinPrimary
{
  get {}
  set {}
}
' VisualBasic
Public Property JoinPrimary As String
  Get
  End Get
  Set(ByVal value As String)
  End Set
End Property
// Oxygene
public
  property JoinPrimary : String read read;

Value

Type
string
String

References

2022/11/16 01:10

Page Tools