Click or drag to resize

CMULTIGRID3DFill Method

Fill a grid3d.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Fill(
	string output_file,
	int method,
	double fill_value
)

public void Fill(
	string output_file,
	int method,
	double fill_value
)

Parameters

output_file
Type: SystemString
Name of the output grid3d
method
Type: SystemInt32
<define>PGU_INTERP_ORDER</define>
fill_value
Type: SystemDouble
Fill Value
See Also