Click or drag to resize
CIMUGridStitch Method
Stitches together too grids

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)
Syntax
public static void GridStitch(
	string str1,
	string str2,
	string str3,
	int i4,
	int i5,
	int i6,
	int i7,
	double d8,
	int i9,
	int i10,
	CPLY oPLY11,
	double d12,
	int i13
)

Parameters

str1
Type: SystemString
Input Grid1 Name
str2
Type: SystemString
Input Grid2 Name
str3
Type: SystemString
Output Grid Name
i4
Type: SystemInt32
Stitching Method
i5
Type: SystemInt32
Grid 1 trend removal order
i6
Type: SystemInt32
Grid 2 trend removal order
i7
Type: SystemInt32
Trend removal type of points to use
d8
Type: SystemDouble
Gap for interpolation
i9
Type: SystemInt32
Interpolation spline method
i10
Type: SystemInt32
Path selection
oPLY11
Type: GeoEngine.Core.GXNetCPLY
PLY object for user path
d12
Type: SystemDouble
Correction weighting
i13
Type: SystemInt32
width of corrections, in grid cells (8 to 256)
See Also