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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 oVV1,
	int i2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Elevations to add
i2
Type: SystemInt32
Use negative VA depths (0:No, 1:Yes)?
See Also