Click or drag to resize
CDBSetLineBearing Method
Sets a line's bearing.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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>.
Syntax
public void SetLineBearing(
	int line,
	double bearing
)

Parameters

line
Type: SystemInt32
Line handle
bearing
Type: SystemDouble
Value to set bearing to
See Also