Click or drag to resize

CIMU.GridTrns Method

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

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

public static void GridTrns(
	CGXNETCore gxNetShared,
	string grid,
	int tcon
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
grid
Type: System.String
Name of the grid to transpose
tcon
Type: System.Int32
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