Enable/Disable hierarchical keyword processing.


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

Syntax

Visual Basic (Declaration)
Public Shared Property UseHierarch As Boolean
C#
public static bool UseHierarch { get; set; }
C++
public static property bool UseHierarch {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_UseHierarch();

/** property */
public void set_UseHierarch(bool value);
JScript
public function get UseHierarch() : bool

public function set UseHierarch(value : bool);

See Also