Example #1
0
 /// <summary>
 /// Disposes the file
 /// </summary>
 public virtual void Dispose()
 {
     if (_shapePointer != IntPtr.Zero)
     {
         ShapeLib.SHPClose(_shapePointer);
     }
 }