Click or drag to resize

CIMUGridTrns Method

Transpose a grid by swapping the grid rows with the grid columns.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridTrns(
	string grid,
	int tcon
)

public static void GridTrns(
	string grid,
	int tcon
)

Parameters

grid
Type: SystemString
Name of the grid to transpose
tcon
Type: SystemInt32
Transpose condition value <define>IMU_TRANS</define>
Remarks
If the grid has a line orientation that does NOT match the <define>IMU_TRANS</define> value, this method will not succeed.
See Also