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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int iIsLineName(
	string str1
)

Parameters

str1
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