User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_fieldinfo.fieldtype

Table of Contents

TGIS_FieldInfo.FieldType property

DK11 for .NET | TatukGIS.NDK.TGIS_FieldInfo.FieldType | Constructors | Methods | Properties

Type of field.

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

Syntax

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

Value

2022/11/16 01:30

Page Tools