 | CMULTIGRID3DUTILInvertZ Method |
Invert the Z values in the Grid3d.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void InvertZ(
CGXNETCore gxNetShared,
string input_file,
string output_file
)
public static void InvertZ(
CGXNETCore gxNetShared,
string input_file,
string output_file
)
Public Shared Sub InvertZ (
gxNetShared As CGXNETCore,
input_file As String,
output_file As String
)
Public Shared Sub InvertZ (
gxNetShared As CGXNETCore,
input_file As String,
output_file As String
)
public:
static void InvertZ(
CGXNETCore^ gxNetShared,
String^ input_file,
String^ output_file
)
public:
static void InvertZ(
CGXNETCore^ gxNetShared,
String^ input_file,
String^ output_file
)
static member InvertZ :
gxNetShared : CGXNETCore *
input_file : string *
output_file : string -> unit
static member InvertZ :
gxNetShared : CGXNETCore *
input_file : string *
output_file : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - input_file
- Type: SystemString
Name of the input grid3d - output_file
- Type: SystemString
Name of the output grid3d
See Also