User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationpixel.band

Table of Contents

ITGIS_ClassificationPixel.Band property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationPixel.Band | Methods | Properties

Band from which values are used in classification.

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

Syntax

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

Value

Type
string
String

Remarks

Band number, starting from 1, e.g.: '1', '2', '3', etc

2022/11/16 01:08

Page Tools