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