用法:
add(indicator_properties)
返回:
一個布爾值,包含 True(成功)或 False(失敗)。
為給定的主動性添加一個新指標。
參數indicator_properties的鍵:值字典選項
Key
Value
id
必需的字符串。倡議模板中的指標標識符
name
可選字符串。指標名稱
type
可選字符串。有效值為數據、參數。
optional
必需的布爾值
definition
可選字典。指標規範 - 類型、字段
source
可選字典。引用 API 或數據集合以及模式之間的映射
例子:
# USAGE EXAMPLE: Add an indicator successfully indicator1_data = {'id': 'streetCrashes', 'type': 'Data', 'optional':False} initiative1.indicators.add(indicator_properties = indicator1_data) >> True
相關用法
- Python arcgis.apps.hub.Indicator.update用法及代碼示例
- Python arcgis.apps.hub.Indicator.delete用法及代碼示例
- Python arcgis.apps.hub.InitiativeManager.add用法及代碼示例
- Python arcgis.apps.hub.Initiative.delete用法及代碼示例
- Python arcgis.apps.hub.Initiative.update用法及代碼示例
- Python arcgis.apps.hub.InitiativeManager.get用法及代碼示例
- Python arcgis.apps.workforce.Worker用法及代碼示例
- Python arcgis.apps.workforce.AssignmentType用法及代碼示例
- Python arcgis.apps.workforce.managers.AssignmentIntegrationManager用法及代碼示例
- Python arcgis.apps.workforce.Integration用法及代碼示例
- Python arcgis.apps.workforce.managers.AssignmentTypeManager用法及代碼示例
- Python arcgis.apps.storymap.story.StoryMap.theme用法及代碼示例
- Python arcgis.apps.workforce.Dispatcher用法及代碼示例
- Python arcgis.apps.storymap.story_content.Sidecar用法及代碼示例
- Python arcgis.apps.storymap.story_content.Swipe用法及代碼示例
- Python arcgis.apps.workforce.managers.WorkerManager用法及代碼示例
- Python arcgis.apps.workforce.Assignment用法及代碼示例
- Python arcgis.apps.storymap.story.StoryMap.cover用法及代碼示例
- Python arcgis.apps.storymap.story.StoryMap.duplicate用法及代碼示例
- Python arcgis.apps.workforce.managers.DispatcherManager用法及代碼示例
- Python arcgis.apps.storymap.story.StoryMap.add用法及代碼示例
- Python arcgis.apps.workforce.managers.AssignmentManager用法及代碼示例
- Python arcgis.apps.storymap.story.StoryMap.credits用法及代碼示例
- Python arcgis.apps.storymap.story.StoryMap.move用法及代碼示例
- Python arcgis.apps.tracker.TrackView用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.apps.hub.IndicatorManager.add。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。