不具合
不具合 ID 番号 | BUG-000172452 |
---|---|
送信されました | November 20, 2024 |
最終更新日 | April 18, 2025 |
適用対象 | ArcGIS API for Python |
見つかったバージョン | 2.3.0 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 11.0 64 bit |
修正されたバージョン | 2.4.1 |
ステータス | Fixed |
Use the 'license.check' method to return all extensions and add-on licenses both manually granted and inherited by the user type. This can be done by looping through each user and passing 'user.username' into the 'check' method.
users = gis.users.search()
for user in users:
print(lic.check(user.username))
Output example:
['locateXTN', '3DAnalystN', 'workflowMgrN', 'desktopAdvN', 'geostatAnalystN', 'dataReviewerN', 'spatialAnalystN', 'networkAnalystN', 'imageAnalystN', 'publisherN']
不具合 ID: BUG-000172452
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード