User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.getgrid_itgis_extent_itgis_gridarray

Table of Contents

IGIS_Viewer.GetGrid method

DK11 for ActiveX | TatukGIS_XDK11.IGIS_Viewer.GetGrid | Methods | Properties

Fills provided _grid array with values defined by _extent. If extent is not fully covered by the gird layers then values outside the layers scope will be left untouched.

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

Syntax

// C#
public WordBool GetGrid(
  ITGIS_Extent _extent,
  ITGIS_GridArray _grid
);
' VisualBasic
Public Function GetGrid(
  ByVal _extent As ITGIS_Extent,
  ByVal _grid As ITGIS_GridArray
) As WordBool
// Oxygene
public
  function GetGrid(
    _extent : ITGIS_Extent;
    _grid : ITGIS_GridArray
  ) : WordBool;

Parameters

Name Type Description
_extent ITGIS_Extent extent of the _grid
_grid ITGIS_GridArray allocated array (with/height ratio of the _grid should be the same as width/height ration of the _extent)

Result

Type Description
WordBool True if success.
2022/11/16 01:08

Page Tools