Get the current offset.Set the offset into the array.


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

Syntax

Visual Basic (Declaration)
Public Overridable Property Offset As Integer
C#
public virtual int Offset { get; set; }
C++
public virtual property int Offset {
    int get();
    void set(int value);
}
J#
/** property */
public int get_Offset();

/** property */
public void set_Offset(int value);
JScript
public function get Offset() : int

public function set Offset(value : int);

Property Value

The current offset within the buffer.

See Also