User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.getgrid_itgis_extent_itgis_gridarray

Table of Contents

ITGIS_ViewerWnd.GetGrid method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.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 FMX | .NET WinForms | Java.

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.
2024/12/20 21:52

Page Tools