Click or drag to resize
CIMUGetZVV Method
Extract an interpolated image value for given XY VV locations

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void GetZVV(
	CIMG oIMG1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
input grid
oVV2
Type: GeoEngine.Core.GXNetCVV
X VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV4
Type: GeoEngine.Core.GXNetCVV
Z VV filled with values (set to be same size as X, Y)
See Also