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
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public int isValidLine(
	CDB db,
	string line
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemString
Line name

Return Value

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