 | CIMUGridStitchCtl Method |
Stitches together two grids - control file for options.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridStitchCtl(
CGXNETCore gxNetShared,
string ctl
)
public static void GridStitchCtl(
CGXNETCore gxNetShared,
string ctl
)
Public Shared Sub GridStitchCtl (
gxNetShared As CGXNETCore,
ctl As String
)
Public Shared Sub GridStitchCtl (
gxNetShared As CGXNETCore,
ctl As String
)
public:
static void GridStitchCtl(
CGXNETCore^ gxNetShared,
String^ ctl
)
public:
static void GridStitchCtl(
CGXNETCore^ gxNetShared,
String^ ctl
)
static member GridStitchCtl :
gxNetShared : CGXNETCore *
ctl : string -> unit
static member GridStitchCtl :
gxNetShared : CGXNETCore *
ctl : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - ctl
- Type: SystemString
Control file containing all "GRIDSTCH" parameters
Remarks
Data validation is done internally, not in the GX.
This is simply a way of avoiding writing a new GX wrapper
every time an option is added.
See Also