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


ILasHeaderInfo.FlightDateJulian Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.FlightDateJulian Property

The flight date based on the Julian calendar.

[Visual Basic .NET]
Public ReadOnly Property FlightDateJulian As Integer
[C#]
public int FlightDateJulian {get;}
[C++]
HRESULT get_FlightDateJulian(
  long* pDate
);
[C++]

Parameters pDate [out, retval] pDate is a parameter of type long

Product Availability

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

See Also

ILasHeaderInfo Interface