\defgroup PIO_inq_attlen
@public @ingroup PIO_inq_attlen @brief Gets the attribute length @details @param File @copydoc file_desc_t @param varid : attribute id @param name : name of attribute @param len : Length of attribute @retval ierr @copydoc error_return
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(inout) | :: | File | |||
| integer(kind=i4), | intent(in) | :: | varid | |||
| character(len=*), | intent(in) | :: | name | |||
| integer, | intent(out) | :: | len |
@public @ingroup PIO_inq_attlen @brief Gets the attribute length @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param name : name of attribute @param len : Length of attribute @retval ierr @copydoc error_return
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(inout) | :: | File | |||
| type(Var_desc_t), | intent(in) | :: | vardesc | |||
| character(len=*), | intent(in) | :: | name | |||
| integer, | intent(out) | :: | len |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(inout) | :: | File | |||
| type(Var_desc_t), | intent(in) | :: | vardesc | |||
| character(len=*), | intent(in) | :: | name | |||
| integer(kind=pio_offset), | intent(out) | :: | len |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(inout) | :: | File | |||
| integer, | intent(in) | :: | vid | |||
| character(len=*), | intent(in) | :: | name | |||
| integer(kind=pio_offset), | intent(out) | :: | len |