Click or drag to resize
CMULTIGRID3DFill Method
Fill a grid3d.

Available since Oasis montaj version: 9.4
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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