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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The channel must be locked DB_LOCK_READWRITE 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 DB_CATEGORY_LINE_FLIGHT.
Syntax
public void SetLineBearing(
	int i1,
	double d2
)

Parameters

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