Update the header after a deletion.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub UpdateAfterDelete( _ ByVal oldNcol As Integer, _ ByVal hdr As Header _ ) _ Implements TableData.UpdateAfterDelete |
C# |
---|
public void UpdateAfterDelete( int oldNcol, Header hdr ) |
C++ |
---|
public: void UpdateAfterDelete( int oldNcol, Header hdr ) sealed |
J# |
---|
public void UpdateAfterDelete( int oldNcol, Header hdr ) |
JScript |
---|
public
function UpdateAfterDelete( oldNcol : int, hdr : Header ) |