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.
// 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;
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) |
Type | Description |
---|---|
WordBool | True if success. |