/// <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))); }