Esempio n. 1
0
 /// <summary>
 /// Get the header for the file associated with this Reader Class.
 /// </summary>
 /// <returns>LASHeader representing the header for the file.</returns>
 public LASHeader GetHeader()
 {
     return(new LASHeader(CAPI.LASReader_GetHeader(hReader)));
 }