示例#1
0
 /// <summary>
 /// Create a generic LASPoint
 /// </summary>
 public LASPoint()
 {
     hPoint = CAPI.LASPoint_Create();
 }