Click or drag to resize
CIMUGridVol Method
Calculates the grid volumes above and below a reference base.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Volumes are calculated above and below a reference base level, and reported as positive integers. A multiplier is applied to the final volume (to correct for units). The IMG parameters MUST be of type GS_FLOAT! If not, the method will terminate.
Syntax
public static void GridVol(
	CIMG oIMG1,
	double d2,
	double d3,
	ref double d4,
	ref double d5,
	ref double d6
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
Image of the grid to calculate volume for
d2
Type: SystemDouble
Reference base
d3
Type: SystemDouble
Multiplier to final volume
d4
Type: SystemDouble
Grid Volume above reference base
d5
Type: SystemDouble
Grid Volume below reference base
d6
Type: SystemDouble
Differences between volumes
See Also