Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Sub SetElement( _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal element As Object _ ) |
| C# |
|---|
| void SetElement( int row, int col, object element ) |
| C++ |
|---|
| void SetElement( int row, int col, Object element ) abstract |
| J# |
|---|
| void SetElement( int row, int col, object element ) |
| JScript |
|---|
|
function SetElement( row : int, col : int, element : Object ) |