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


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

ILasHeaderInfo.Year Property

The year the data in the LAS file was collected.

[Visual Basic .NET]
Public ReadOnly Property Year As Integer
[C#]
public int Year {get;}
[C++]
HRESULT get_Year(
  System.Int32* pYear
);
[C++]
Parameters
pYear [out, retval]

pYear is a parameter of type long*

Product Availability

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

See Also

ILasHeaderInfo Interface