Click or drag to resize

CIMUGridResize Method

Resize a grid to reduce the size not cover the outside dummies.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridResize(
	string in_grd,
	string out_grd
)

public static void GridResize(
	string in_grd,
	string out_grd
)

Parameters

in_grd
Type: SystemString
File name of input grid
out_grd
Type: SystemString
File name of output grid
See Also