This document is archived and information here might be outdated.  Recommended version.


ILasPointInfo.EdgeOfFlightLine Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.EdgeOfFlightLine Property

The edge of flight line.

[Visual Basic .NET]
Public Property EdgeOfFlightLine As Byte
[C#]
public byte EdgeOfFlightLine {get; set;}
[C++]
HRESULT get_EdgeOfFlightLine(
  Byte* pEdge
);
[C++]
HRESULT put_EdgeOfFlightLine(
  Byte pEdge
);
[C++]

Parameters pEdge [out, retval] pEdge is a parameter of type Byte pEdge [in] pEdge is a parameter of type Byte

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasPointInfo Interface