protected virtual void Dispose(bool disposing) { if (!this.isDisposed && disposing) { this.azimuth = null; this.elevation = null; this.SVTrkr = null; this.idx_P = null; this.Bin_Elev = null; this.Bin_Azimuth = null; this.Avg_CNo = null; this.Idx_Avg_CNo = null; this.cnos = null; this.tows = null; this.tows_nvplot = null; this.Lat_nvplot = null; this.Lon_nvplot = null; this.Alt_nvplot = null; } this.isDisposed = true; }