Click or drag to resize
CDBiIsLineName Method
Is this a valid line name.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iIsLineName(
	CGXNETCore gxNetShared,
	string line
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
line
Type: SystemString
Name to test

Return Value

Type: Int32
1 if it is a valid line name 0 if it is not a valid line name
See Also