/// <summary> /// Create a generic LASPoint /// </summary> public LASPoint() { hPoint = CAPI.LASPoint_Create(); }