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 newRow As Array _ ) |
| C# |
|---|
| public virtual void SetRow( int row, Array newRow ) |
| C++ |
|---|
| public: virtual void SetRow( int row, Array newRow ) |
| J# |
|---|
| public virtual void SetRow( int row, Array newRow ) |
| JScript |
|---|
| public virtual
function SetRow( row : int, newRow : Array ) |