DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.PutGrid | Methods | Properties
Puts _grid array into layer at the place defined by _extent. If the current layer does not fully cover the _extent then values outside the layer scope should be left untouched.
// C# public WordBool PutGrid( ITGIS_Extent _extent, ITGIS_GridArray _grid );
' VisualBasic Public Function PutGrid( ByVal _extent As ITGIS_Extent, ByVal _grid As ITGIS_GridArray ) As WordBool
// Oxygene public function PutGrid( _extent : ITGIS_Extent; _grid : ITGIS_GridArray ) : WordBool;
Name | Type | Description |
---|---|---|
_extent | ITGIS_Extent | extent of the _grid |
_grid | ITGIS_GridArray | array (with/height ratio of the _grid should be the same as width/height ration of the _extent) |
Type | Description |
---|---|
WordBool | True if success |