Click or drag to resize

CIPisValidLine Method

See if a given database line is registered for the IP system

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

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