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

Syntax

Visual Basic (Declaration)
Public Property GroupingUsed As Boolean
C#
public bool GroupingUsed { get; set; }
C++
public property bool GroupingUsed sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_GroupingUsed();

/** property */
public void set_GroupingUsed(bool value);
JScript
public function get GroupingUsed() : bool

public function set GroupingUsed(value : bool);

See Also