Click or drag to resize
CIPisValidLine Method
See if a given database line is registered for the IP system

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 int isValidLine(
	CDB oDB1,
	string str2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
Line name

Return Value

Type: Int32
1 if the line is a valid IP line, 0 if not
See Also