Click or drag to resize

CIPisValidLine Method

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

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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.GXNetCDB
Database
line
Type: SystemString
Line name

Return Value

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