Click or drag to resize
CIPWindow Method
Window an IP array channel to produce a normal channel.

Available since Oasis montaj version: 5.0.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The array channels cannot be used directly to produce sections. Window_IP allows the user to select one or more of the windows and create a new channel. In time domain, if more than one channel is selected a weighted sum is performed, according to window widths. In frequency domain a simple sum is performed. Window List Syntax:
Syntax
public void Window(
	CDB oDB1,
	string str2,
	string str3,
	string str4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB object
str2
Type: SystemString
VA channel to use
str3
Type: SystemString
New channel
str4
Type: SystemString
Window list
See Also