This is called after we delete columns. The HDU doesn't know how to update the TBCOL entries.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Sub UpdateAfterDelete( _ ByVal oldNCol As Integer, _ ByVal hdr As Header _ ) _ Implements TableData.UpdateAfterDelete |
| C# |
|---|
| public virtual void UpdateAfterDelete( int oldNCol, Header hdr ) |
| C++ |
|---|
| public: virtual void UpdateAfterDelete( int oldNCol, Header hdr ) |
| J# |
|---|
| public virtual void UpdateAfterDelete( int oldNCol, Header hdr ) |
| JScript |
|---|
| public virtual
function UpdateAfterDelete( oldNCol : int, hdr : Header ) |