Click or drag to resize
CIMUProfileVV Method
Extract a VV profile from a grid.

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)
Syntax
public static void ProfileVV(
	CIMG oIMG1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
input image
oVV2
Type: GeoEngine.Core.GXNetCVV
X VV coordinates
oVV3
Type: GeoEngine.Core.GXNetCVV
Y VV coordinates
oVV4
Type: GeoEngine.Core.GXNetCVV
VV in which to place result
See Also