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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 start,
	int count,
	CVV vv
)

Parameters

start
Type: SystemInt32
First element in the window
count
Type: SystemInt32
Number of elements in the window
vv
Type: GeoEngine.Core.GXNetXCVV
VV in which to place results
See Also