 | 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
Syntaxpublic static void GridTrns(
CGXNETCore gxNetShared,
string grid,
int tcon
)
public static void GridTrns(
CGXNETCore gxNetShared,
string grid,
int tcon
)
Public Shared Sub GridTrns (
gxNetShared As CGXNETCore,
grid As String,
tcon As Integer
)
Public Shared Sub GridTrns (
gxNetShared As CGXNETCore,
grid As String,
tcon As Integer
)
public:
static void GridTrns(
CGXNETCore^ gxNetShared,
String^ grid,
int tcon
)
public:
static void GridTrns(
CGXNETCore^ gxNetShared,
String^ grid,
int tcon
)
static member GridTrns :
gxNetShared : CGXNETCore *
grid : string *
tcon : int -> unit
static member GridTrns :
gxNetShared : CGXNETCore *
grid : string *
tcon : int -> unit
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