Click or drag to resize

CIMUGridInFill Method

Note: This API is now obsolete.

Fill in a ribbon along the edge and inside hollow areas of the grid

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void GridInFill(
	CIMG im_gi,
	string out_grd,
	int extend,
	int iter
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void GridInFill(
	CIMG im_gi,
	string out_grd,
	int extend,
	int iter
)

Parameters

im_gi
Type: GeoEngine.Core.GXNetCIMG
Image of input grid
out_grd
Type: SystemString
Name of the output grid
extend
Type: SystemInt32
Number of cells to extend ribbon along the edge
iter
Type: SystemInt32
Number of iterations to fill inside hollow areas
See Also