Do we require a field to completely fill up the specified length (with optional leading and trailing white space.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable WriteOnly Property FillFields As Boolean |
C# |
---|
public virtual bool FillFields { set; } |
C++ |
---|
public virtual property bool FillFields { void set(bool value); } |
J# |
---|
/** property */ public void set_FillFields(bool value); |
JScript |
---|
public function set FillFields(value : bool); |