User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_gridarray

Table of Contents

ITGIS_GridArray interface

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_GridArray | Interfaces | Methods | Properties

Array of Array of Single (array of grid image lines- point[row][column]).

Available also on: ActiveX | Python.

Syntax

// C#
public interface ITGIS_GridArray: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_GridArray
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_GridArray = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
SetSize public Set array size.

Properties

Inherited Protected
Name Visibility Description
Columns public Array size.
Rows public Array size.
Value public Array element value.

2022/11/30 19:07

Page Tools