本文簡要介紹 python 語言中 arcgis.apps.hub.initiatives.InitiativeManager.get
的用法。
用法:
get(initiative_id)
返回:
如果找到該項目,則為
Initiative
對象;如果未找到該項目,則為 None。
返回指定initiative_id 的倡議對象。
Parameter
Description
initiative_id
必需的字符串。倡議項目編號。
例子:
# USAGE EXAMPLE: Fetch an initiative successfully initiative1 = myHub.initiatives.get('itemId12345') initiative1.item
相關用法
- Python arcgis.apps.hub.InitiativeManager.get用法及代碼示例
- Python arcgis.apps.hub.InitiativeManager.add用法及代碼示例
- Python ArcGIS InitiativeManager.clone用法及代碼示例
- Python arcgis.apps.hub.Initiative.update用法及代碼示例
- Python arcgis.apps.hub.Initiative.delete用法及代碼示例
- Python arcgis.apps.hub.IndicatorManager.add用法及代碼示例
- Python ArcGIS IntegratedMeshLayer用法及代碼示例
- Python arcgis.apps.hub.Indicator.update用法及代碼示例
- Python arcgis.apps.hub.Indicator.delete用法及代碼示例
- Python ArcGIS Integration用法及代碼示例
- Python ArcGIS IndicatorData.add_filter用法及代碼示例
- Python ArcGIS ImageryLayer.thumbnail用法及代碼示例
- Python ArcGIS Item.publish用法及代碼示例
- Python ArcGIS ImageryLayer.draw_graph用法及代碼示例
- Python ArcGIS Item.reassign_to用法及代碼示例
- Python ArcGIS ImageryLayer.compute_stats_and_histograms用法及代碼示例
- Python ArcGIS ImageryTileManager.export用法及代碼示例
- Python ArcGIS ImageryLayer.plot_histograms用法及代碼示例
- Python ArcGIS ImageryLayerCacheManager.delete_tiles用法及代碼示例
- Python ArcGIS ImageryLayer.to_features用法及代碼示例
- Python ArcGIS Item.share用法及代碼示例
- Python ArcGIS Item.status用法及代碼示例
- Python ArcGIS Item.delete_relationship用法及代碼示例
- Python ArcGIS Item.download用法及代碼示例
- Python ArcGIS ImageryTileManager.estimate_size用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.apps.hub.initiatives.InitiativeManager.get。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。