Click or drag to resize

CVAAddElevationsVVToDepths Method

Add one VV value to each row of the VA, output true elevation.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AddElevationsVVToDepths(
	CVV vv,
	int negative_depths
)

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)?
Remarks
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).
See Also