Click or drag to resize

CIMUGridStitchCtl Method

Stitches together two grids - control file for options.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridStitchCtl(
	string ctl
)

public static void GridStitchCtl(
	string ctl
)

Parameters

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