Click or drag to resize
CVAWindow Method
Window a VA to a VV based in intergral frame

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The defined window must be within the VA element dimensions. The windowed result will be the simple sum of all values in the window. If any values are dummy, the result will be dummy.
Syntax
public void Window(
	int i1,
	int i2,
	CVV oVV3
)

Parameters

i1
Type: SystemInt32
first element in the window
i2
Type: SystemInt32
number of elements in the window
oVV3
Type: GeoEngine.Core.GXNetCVV
VV in which to place results
See Also