fileselector class : Fitted getter
Description
Returns the value that indicates whether an instance was initialized.
Syntax
instance.Fitted
Arguments
None.
Return value
Class | Description |
bool | A value that indicates whether an instance was initialized. |
Sample code
1: | fileselector fsel = new fileselector(); |
2: | bool init = fsel.Fitted; |
Notes
An instance of the fileselector class is always initialized. In other words, the getter of the fileselector class always returns true.
Links for reference
None.