iRIC_Geo_Polygon_Close

ポリゴンファイルを閉じる。

形式 (FORTRAN)

call iRIC_Geo_Polygon_Close(geo_handle, ier)

形式 (C/C++)

ier = iRIC_Geo_Polygon_Close(geo_handle)

形式 (Python)

iRIC_Geo_Polygon_Close(geo_handle)

引数と戻り値

geo_handle

表 1789 geo_handle の説明

項目

名前

geo_handle

入力/出力

入力

説明

地理情報のハンドル

データ型 (FORTRAN)

integer

データ型 (C/C++)

int

データ型 (Python)

int

ier

表 1790 ier の説明

項目

名前

ier

入力/出力

出力

説明

エラーコード。0なら成功、エラーが起きるとそれ以外。

データ型 (FORTRAN)

integer

データ型 (C/C++)

int

データ型 (Python)

(定義なし)