Click or drag to resize
CMULTIGRID3DUTILCreateSubsetFromRealExtents Method
Create a new MULTIGRID3D that is a subset of the non-dummy extents.

Available since Oasis montaj version: 9.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Creates a MULTIGRID3D object that is a subset with all dummy data regions removed.
Syntax
public static CMULTIGRID3D CreateSubsetFromRealExtents(
	CGXNETCore gxNetShared,
	string input_name,
	string output_name
)

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
See Also