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

Syntax

Visual Basic (Declaration)
Sub SetElement( _ 
   ByVal row As Integer,  _ 
   ByVal col As Integer,  _ 
   ByVal newElement As Object _ 
)
C#
void SetElement(
   int row,
   int col,
   object newElement
)
C++
void SetElement(
   int row,
   int col,
   Object newElement
) abstract 
J#
void SetElement(
   int row,
   int col,
   object newElement
)
JScript
function SetElement(
   row : int,
   col : int,
   newElement : Object
)

See Also