 | CMULTIGRID3DUTILCreateSubsetFromRealExtents Method |
Create a new MULTIGRID3D that is a subset of the non-dummy extents.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CMULTIGRID3D CreateSubsetFromRealExtents(
CGXNETCore gxNetShared,
string input_name,
string output_name
)
public static CMULTIGRID3D CreateSubsetFromRealExtents(
CGXNETCore gxNetShared,
string input_name,
string output_name
)
Public Shared Function CreateSubsetFromRealExtents (
gxNetShared As CGXNETCore,
input_name As String,
output_name As String
) As CMULTIGRID3D
Public Shared Function CreateSubsetFromRealExtents (
gxNetShared As CGXNETCore,
input_name As String,
output_name As String
) As CMULTIGRID3D
public:
static CMULTIGRID3D^ CreateSubsetFromRealExtents(
CGXNETCore^ gxNetShared,
String^ input_name,
String^ output_name
)
public:
static CMULTIGRID3D^ CreateSubsetFromRealExtents(
CGXNETCore^ gxNetShared,
String^ input_name,
String^ output_name
)
static member CreateSubsetFromRealExtents :
gxNetShared : CGXNETCore *
input_name : string *
output_name : string -> CMULTIGRID3D
static member CreateSubsetFromRealExtents :
gxNetShared : CGXNETCore *
input_name : string *
output_name : string -> CMULTIGRID3D
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - input_name
- Type: SystemString
File Name of the MULTIGRID3D that will be subset - output_name
- Type: SystemString
File Name of the MULTIGRID3D that will be created
Return Value
Type:
CMULTIGRID3D
RemarksCreates a MULTIGRID3D object that is a subset with all dummy data regions removed.
See Also