Removes the HeaderCard at position index in the HeaderCard list. Remember that each call to this method shifts the index of subsequent cards in the list.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Sub RemoveCard( _ ByVal index As Integer _ ) |
| C# |
|---|
| public virtual void RemoveCard( int index ) |
| C++ |
|---|
| public: virtual void RemoveCard( int index ) |
| J# |
|---|
| public virtual void RemoveCard( int index ) |
| JScript |
|---|
| public virtual
function RemoveCard( index : int ) |
Parameters
- index
- The position in the HeaderCard list of the HeaderCard to be removed