Click or drag to resize

CDBSetLineBearing Method

Sets a line's bearing.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetLineBearing(
	int line,
	double bearing
)

public void SetLineBearing(
	int line,
	double bearing
)

Parameters

line
Type: SystemInt32
Line handle
bearing
Type: SystemDouble
Value to set bearing to
Remarks
The channel must be locked <define>DB_LOCK_READWRITE</define> This function simply sets a value in the line's metadata that is retrieved using the rLineBearing_DB function. It terminates for line categories other than <define>DB_CATEGORY_LINE_FLIGHT</define>.
See Also