Bases: Structure
Struct for details about a single femzip variable
Attributes:
Name |
Type |
Description |
var_index |
c_int32
|
Index of the variable |
name |
c_char_p
|
Name from femzip |
var_type |
c_int32
|
Variable type. See FemzipVariableCategory for translation. |
var_size |
c_int32
|
Array size of the field variable. |