Click or drag to resize
CIMUGridTrns Method
Transpose a grid by swapping the grid rows with the grid columns.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the grid has a line orientation that does NOT match the <define>IMU_TRANS</define> value, this method will not succeed.
Syntax
public static void GridTrns(
	CGXNETCore gxNetShared,
	string grid,
	int tcon
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Name of the grid to transpose
tcon
Type: SystemInt32
Transpose condition value <define>IMU_TRANS</define>
See Also