Esempio n. 1
0
 /// <summary>
 /// Get maximum value of extent of Z coordinate.
 /// </summary>
 /// <returns>maximum value of extent of Z coordinate.</returns>
 public double GetMaxZ()
 {
     return(CAPI.LASHeader_GetMaxZ(hHeader));
 }