| synopsis || arguments || prev || next |
bool get( const char * name, int record_idx, int field_idx, bool & value, bool allow_inherit=true, bool allow_extend=true, bool allow_derived=true)
Java: boolean Get( String name, int record_idx, int field_idx, boolean[] value, boolean allow_inherit, boolean allow_extend, boolean allow_derived)
[Declared in "../coresys/common/kdu_params.h"]
Retrieves a single boolean-valued parameter (field) from the named attribute. Boolean values may also be retrieved as integers, using the first form of the get function.
For a thorough description of records, fields, inheritance and extension rules and field typing, consult the description of the first form of the overloaded get function.