Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Sub SetRow( _ 
   ByVal row As Integer,  _ 
   ByVal newRow As Array _ 
)
C#
void SetRow(
   int row,
   Array newRow
)
C++
void SetRow(
   int row,
   Array newRow
) abstract 
J#
void SetRow(
   int row,
   Array newRow
)
JScript
function SetRow(
   row : int,
   newRow : Array
)

See Also