 | CIMUGridResize Method |
Resize a grid to reduce the size not cover the outside dummies.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridResize(
CGXNETCore gxNetShared,
string in_grd,
string out_grd
)
public static void GridResize(
CGXNETCore gxNetShared,
string in_grd,
string out_grd
)
Public Shared Sub GridResize (
gxNetShared As CGXNETCore,
in_grd As String,
out_grd As String
)
Public Shared Sub GridResize (
gxNetShared As CGXNETCore,
in_grd As String,
out_grd As String
)
public:
static void GridResize(
CGXNETCore^ gxNetShared,
String^ in_grd,
String^ out_grd
)
public:
static void GridResize(
CGXNETCore^ gxNetShared,
String^ in_grd,
String^ out_grd
)
static member GridResize :
gxNetShared : CGXNETCore *
in_grd : string *
out_grd : string -> unit
static member GridResize :
gxNetShared : CGXNETCore *
in_grd : string *
out_grd : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - in_grd
- Type: SystemString
File name of input grid - out_grd
- Type: SystemString
File name of output grid
See Also