User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationpixel.create__itgis_layerpixel

Table of Contents

ITGIS_ClassificationPixel.Create_ method

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

Creates an object. Always related to the layer.

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

Syntax

// C#
public void Create_(
  ITGIS_LayerPixel _layer
);
' VisualBasic
Public Sub Create_(
  ByVal _layer As ITGIS_LayerPixel
)
// Oxygene
public
  procedure Create_(
    _layer : ITGIS_LayerPixel
  );

Parameters

Name Type Description
_layer ITGIS_LayerPixel layer to be classified
2022/11/16 01:08

Page Tools