 | 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
Syntaxpublic void SetLineBearing(
int line,
double bearing
)
public void SetLineBearing(
int line,
double bearing
)
Public Sub SetLineBearing (
line As Integer,
bearing As Double
)
Public Sub SetLineBearing (
line As Integer,
bearing As Double
)
public:
void SetLineBearing(
int line,
double bearing
)
public:
void SetLineBearing(
int line,
double bearing
)
member SetLineBearing :
line : int *
bearing : float -> unit
member SetLineBearing :
line : int *
bearing : float -> unit
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