ArcGIS Desktop

  • ドキュメント
  • サポート

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS for Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

GetInstallInfo

  • サマリー
  • 構文
  • コードのサンプル

サマリー

The GetInstallInfo function returns a dictionary that contains information on the installation.

構文

GetInstallInfo ()

戻り値

データ タイプ説明
Dictionary

The function returns a dictionary containing the properties of the installation.

KeysValues

BuildNumber

The build number

InstallDate

Date of installation

InstallDir

Installation location

InstallTime

Time of installation

InstallType

The installation type (or NA)

Installer

Account installed by

ProductName

Product installed (Desktop, Server, Engine, ArcGISPro)

SPBuild

Service pack build (or NA)

SPNumber

Service pack build number (or NA)

SourceDir

Source directory

Version

The product version

The GetInstallInfo dictionary object keys

コードのサンプル

GetInstallInfo example

Return installation information.

import arcpy

# Use the dictionary iteritems to iterate through 
#   the key/value pairs from GetInstallInfo
d = arcpy.GetInstallInfo()
for key, value in list(d.items()):
    # Print a formatted string of the install key and its value
    #
    print("{:<13} : {}".format(key, value))
GetInstallInfo example 2

Return the product version.

import arcpy

print(arcpy.GetInstallInfo()['Version'])

関連トピック

  • ListInstallations
  • Python でのライセンスおよびエクステンションへのアクセス

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS プラットフォーム

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

  • 会社概要
  • 採用情報
  • スタッフ ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2018 Esri. | プライバシー | リーガル