本文簡要介紹 python 語言中 arcgis.apps.storymap.story.StoryMap.duplicate
的用法。
用法:
duplicate(title=None)
返回:
創建的項目。
複製故事。所有項目將按原樣複製。這允許您創建故事模板並在您想要使用它時複製它。
強烈建議創建副本後,在 Story Maps 構建器中將其打開,以確保問題檢查器在編輯之前發現任何問題。
注意:
可與 ArcGIS Online 或 ArcGIS Enterprise 一起使用,從 10.8.1 開始
Parameter
Description
title
可選字符串。重複故事的標題。僅適用於 ArcGISOnline。
# Example for ArcGIS Online >>> story = StoryMap(<story item>) >>> story.duplicate("A Story Copy") # Example for ArcGIS Enterprise >>> story = StoryMap(<story item>) >>> story.duplicate()
相關用法
- Python ArcGIS StoryMap.move用法及代碼示例
- Python ArcGIS StoryMap.theme用法及代碼示例
- Python ArcGIS StoryMap.add用法及代碼示例
- Python ArcGIS StoryMap.credits用法及代碼示例
- Python ArcGIS StoryMap.cover用法及代碼示例
- Python ArcGIS StoryMap.get用法及代碼示例
- Python ArcGIS StoryMap.navigation用法及代碼示例
- Python ArcGIS StreamLayer用法及代碼示例
- Python ArcGIS Site.delete用法及代碼示例
- Python ArcGIS Site.export_site用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.update_tiles用法及代碼示例
- Python ArcGIS SiteManager.get用法及代碼示例
- Python ArcGIS SceneLayer用法及代碼示例
- Python ArcGIS Site.update_theme用法及代碼示例
- Python ArcGIS System.index_status用法及代碼示例
- Python ArcGIS Site.update_layout用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.import_tiles用法及代碼示例
- Python ArcGIS SavedSearchesManager.update用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.delete_tiles用法及代碼示例
- Python ArcGIS Server用法及代碼示例
- Python ArcGIS Sidecar用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.edit_tile_service用法及代碼示例
- Python ArcGIS SiteManager.get_by_domain用法及代碼示例
- Python ArcGIS SSLCertificates.import_certificate用法及代碼示例
- Python ArcGIS SiteManager.add用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.apps.storymap.story.StoryMap.duplicate。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。