Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Sub UpdateAfterDelete( _ ByVal oldNcol As Integer, _ ByVal hdr As Header _ ) |
| C# |
|---|
| void UpdateAfterDelete( int oldNcol, Header hdr ) |
| C++ |
|---|
| void UpdateAfterDelete( int oldNcol, Header hdr ) abstract |
| J# |
|---|
| void UpdateAfterDelete( int oldNcol, Header hdr ) |
| JScript |
|---|
|
function UpdateAfterDelete( oldNcol : int, hdr : Header ) |