User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationvector.classidfield

Table of Contents

ITGIS_ClassificationVector.ClassIdField property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationVector.ClassIdField | Methods | Properties

If not empty, the attribute field of the specified name will be populated with the class id values. Empty by default. Ignored for 'KMeansSpatial' method.

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

Syntax

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

Value

Type
string
String

Remarks

Field must exist.

References

2022/11/16 01:08

Page Tools