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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void GridInFill(
	CGXNETCore gxNetShared,
	CIMG im_gi,
	string out_grd,
	int extend,
	int iter
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
im_gi
Type: GeoEngine.Core.GXNetXCIMG
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