User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationabstract.target

Table of Contents

ITGIS_ClassificationAbstract.Target property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.Target | Methods | Properties

Indicates the data to be used for classification.

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

Syntax

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

Value

Type
string
String

Remarks

Numeric field for a vector layer or band number for a pixel layer, e.g.: '1', '2', '3', etc

References

2023/02/24 20:25

Page Tools