Click or drag to resize

CDBiIsLineName Method

Is this a valid line name.

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

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