iRIC_Geo_RiverSurvey_Open¶
Opens the geographic data file that contains cross-section data.
Format (FORTRAN)¶
call iRIC_Geo_RiverSurvey_Open(filename, geo_handle, ier)
Format (C/C++)¶
ier = iRIC_Geo_RiverSurvey_Open(filename, geo_handle)
Format (Python)¶
geo_handle = iRIC_Geo_RiverSurvey_Open(filename)
Arguments and returned value¶
filename¶
Item |
Value |
---|---|
Name |
filename |
Input/Output |
Input |
Description |
File name |
Data type (FORTRAN) |
character(*) |
Data type (C/C++) |
const char* |
Data type (Python) |
str |
geo_handle¶
Item |
Value |
---|---|
Name |
geo_handle |
Input/Output |
Output |
Description |
Handle of geographic data |
Data type (FORTRAN) |
integer |
Data type (C/C++) |
int* |
Data type (Python) |
int |
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) |