Click or drag to resize
CVAAddElevationsVVToDepths Method
Add one VV value to each row of the VA, output true elevation.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Adds each value in an input elevation VV to all the values at the same fid in a depths VA. Includes an option for negative depths down (e.g. a relative level).
Syntax
public void AddElevationsVVToDepths(
	CVV vv,
	int negative_depths
)

Parameters

vv
Type: GeoEngine.Core.GXNetXCVV
Elevations to add
negative_depths
Type: SystemInt32
Use negative VA depths (0:No, 1:Yes)?
See Also