Set the truncation fill character.The character to be used in subsequent truncations.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public WriteOnly Property TruncationFill As Char |
| C# |
|---|
| public char TruncationFill { set; } |
| C++ |
|---|
| public property char TruncationFill sealed { void set(wchar_t value); } |
| J# |
|---|
| /** property */ public void set_TruncationFill(char value); |
| JScript |
|---|
| public function set TruncationFill(value : char); |