Click or drag to resize
CIMUGridExpand Method
Expand a grid and place dummies in the area beyond the original edges.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The IMG parameter MUST be of type GS_FLOAT! If not, the method will terminate.
Syntax
public static void GridExpand(
	CIMG oIMG1,
	string str2,
	double d3,
	int i4,
	int i5,
	int i6
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of input grid
str2
Type: SystemString
File name of output grid
d3
Type: SystemDouble
Minimum percentage to expand the grid by
i4
Type: SystemInt32
See IMU_EXPAND_SHAPEConstant
i5
Type: SystemInt32
X Dimension the output grid is expanded to
i6
Type: SystemInt32
Y Dimension the output grid is expanded to
See Also