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

Syntax

Visual Basic (Declaration)
Public Property StringTruncationLength As Integer
C#
public int StringTruncationLength { get; set; }
C++
public property int StringTruncationLength sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_StringTruncationLength();

/** property */
public void set_StringTruncationLength(int value);
JScript
public function get StringTruncationLength() : int

public function set StringTruncationLength(value : int);

See Also