Click or drag to resize

CMULTIGRID3DUTILExtractDEM Method

Extract a DEM grid from a voxel.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ExtractDEM(
	CGXNETCore gxNetShared,
	string input_file,
	string output_file
)

public static void ExtractDEM(
	CGXNETCore gxNetShared,
	string input_file,
	string output_file
)

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