Modify a row in the table
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub SetRow( _ ByVal row As Integer, _ ByVal newData As Array _ ) _ Implements TableData.SetRow |
C# |
---|
public virtual void SetRow( int row, Array newData ) |
C++ |
---|
public: virtual void SetRow( int row, Array newData ) |
J# |
---|
public virtual void SetRow( int row, Array newData ) |
JScript |
---|
public virtual
function SetRow( row : int, newData : Array ) |