Click or drag to resize
CIPSetChannelInfo Method
Set Time Windows or Frequency info for a channel.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void SetChannelInfo(
	CDB oDB1,
	string str2,
	int i3,
	double d4,
	int i5,
	CVV oVV6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
channel to check
i3
Type: SystemInt32
See IP_DOMAINConstant
d4
Type: SystemDouble
Delay or Base Frequency
i5
Type: SystemInt32
Number of time windows or frequencies
oVV6
Type: GeoEngine.Core.GXNetCVV
Time windows or frequencies
See Also