Click or drag to resize
CIMUGridResize Method
Resize a grid to reduce the size not cover the outside dummies.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void GridResize(
	CGXNETCore gxNetShared,
	string in_grd,
	string out_grd
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
in_grd
Type: SystemString
File name of input grid
out_grd
Type: SystemString
File name of output grid
See Also