iRIC_Geo_RiverSurvey_Read_AltitudeCount

Reads the number of altitude data of the cross-section.

Format (FORTRAN)

call iRIC_Geo_RiverSurvey_Read_AltitudeCount(geo_handle, csid, count, ier)

Format (C/C++)

ier = iRIC_Geo_RiverSurvey_Read_AltitudeCount(geo_handle, csid, count)

Format (Python)

count = iRIC_Geo_RiverSurvey_Read_AltitudeCount(geo_handle, csid)

Arguments and returned value

geo_handle

Table 1812 Description of geo_handle

Item

Value

Name

geo_handle

Input/Output

Input

Description

Handle of geographic data

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int

csid

Table 1813 Description of csid

Item

Value

Name

csid

Input/Output

Input

Description

Cross-Section ID (Start from 1)

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int

count

Table 1814 Description of count

Item

Value

Name

count

Input/Output

Output

Description

The number of values

Data type (FORTRAN)

integer

Data type (C/C++)

int*

Data type (Python)

int

ier

Table 1815 Description of ier

Item

Value

Name

ier

Input/Output

Output

Description

Error code. 0 means success, other values mean error.

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

(Not defined)