用法:
delete()
返回:
一個布爾值,包含 True(成功)或 False(失敗)。
從倡議中刪除指標
例子:
# USAGE EXAMPLE: Delete an indicator successfully indicator1 = initiative1.indicators.get('streetCrashes') indicator1.delete() >> True
相關用法
- Python arcgis.apps.hub.Indicator.update用法及代碼示例
- Python arcgis.apps.hub.IndicatorManager.add用法及代碼示例
- 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.Indicator.delete。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。