ListInstallations

この ArcGIS 2.8 ドキュメントはアーカイブされており、今後更新されません。 コンテンツとリンクが古い場合があります。 最新のドキュメントをご参照ください

サマリー

The ListInstallations function returns a list of installation types (server, desktop, engine, arcgispro).

構文

ListInstallations ()
戻り値
データ タイプ説明
String

Returns a list containing installation names.

コードのサンプル

ListInstallations example

Returns the installation type.

import arcpy

print(arcpy.ListInstallations()[0])

関連トピック


このトピックの内容