User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_classificationabstract.target

Table of Contents

TGIS_ClassificationAbstract.Target property

DK11 for .NET | TatukGIS.NDK.TGIS_ClassificationAbstract.Target | Methods | Properties

Indicates the data to be used for classification; empty by default.

Available also on: Delphi | Java | ActiveX | 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

2024/10/03 01:08

Page Tools