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


ILasPointInfo.EdgeOfFlightLine Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.EdgeOfFlightLine Property
ArcGIS Developer Help

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(
  System.Byte* pEdge
);
[C++]
Parameters
pEdge [in]

pEdge is a parameter of type unsigned char pEdge [out, retval]
pEdge is a parameter of type unsigned char*

Product Availability

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

See Also

ILasPointInfo Interface