Click or drag to resize

CIMUGridStitchCtl Method

Stitches together two grids - control file for options.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GridStitchCtl(
	CGXNETCore gxNetShared,
	string ctl
)

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
Remarks
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.
See Also