Click or drag to resize
CIMUGridInFill Method
Fill in a ribbon along the edge and inside hollow areas of the grid

Available since Oasis montaj version: 7.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void GridInFill(
	CIMG oIMG1,
	string str2,
	int i3,
	int i4
)

Parameters

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