Click or drag to resize

CDBSetLineFlight Method

This method sets a line's flight.

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

public void SetLineFlight(
	int line,
	int fl
)

Parameters

line
Type: SystemInt32
Line handle
fl
Type: SystemInt32
Value to set line flight to
Remarks
The channel must be locked <define>DB_LOCK_READWRITE</define>
See Also