Indicate whether ASCII tables should be used where feasible.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Property UseAsciiTables As Boolean |
| C# |
|---|
| public static bool UseAsciiTables { get; set; } |
| C++ |
|---|
| public static property bool UseAsciiTables { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_UseAsciiTables(); /** property */ public void set_UseAsciiTables(bool value); |
| JScript |
|---|
| public function get UseAsciiTables() : bool public function set UseAsciiTables(value : bool); |