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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the grid has a line orientation that does NOT match the IMU_TRANSConstant value, this method will not succeed.
Syntax
public static void GridTrns(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Name of the grid to transpose
i2
Type: SystemInt32
Transpose condition value IMU_TRANSConstant
See Also