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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	string ctl
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ctl
Type: SystemString
Control file containing all "GRIDSTCH" parameters
See Also