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


ITerrainLasDataInfo.GetYear Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainLasDataInfo.GetYear Method

The year the data in the LAS file was collected.

[Visual Basic .NET]
Public Function GetYear ( _
) As Integer
[C#]
public int GetYear (
);
[C++]
HRESULT GetYear(
  long* 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

ITerrainLasDataInfo Interface