Click or drag to resize
CIMUGridStitchCtl Method
Stitches together two grids - control file for options.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Data validation is done internally, not in the GX. This is simply a way of avoiding writing a new GX wrapper every time an option is added.
Syntax
public static void GridStitchCtl(
	string str1
)

Parameters

str1
Type: SystemString
Control file containing all "GRIDSTCH" parameters
See Also