cg_iric_read_complex_integer_f

  • Reads the integer attribute values of complex type grid attribute

Format (FORTRAN)

call cg_iric_read_complex_integer_f(type, num, name, value, ier)

Format (C/C++)

ier = cg_iRIC_Read_Complex_Integer(type, num, name, &value);

Format (Python)

value = cg_iRIC_Read_Complex_Integer(type, num, name)

Arguments

Table 105 Arguments of cg_iric_read_complex_integer_f

Variable name

Type

I/O

Description

type

character(*)

I

Attribute name

num

integer

I

Group number

name

character(*)

I

Condition name

value

integer

O

Attribute value

ier

integer

O

Error code. 0 means success.