Skip to main content

ListInstallations

サマリー

Returns a list of installation types.

構文

ListInstallations()

戻り値

データ タイプ 説明

String

Returns a list containing installation names.

  • server—ArcGIS Server

  • desktop—ArcGIS Desktop

  • engine—ArcGIS Engine

  • arcgispro—ArcGIS Pro

  • arcgisallsource—ArcGIS AllSource

コードのサンプル

ListInstallations example

Get the installation type.

import arcpy

print(arcpy.ListInstallations()[0])