{"id":2578362,"date":"2024-11-13T13:30:04","date_gmt":"2024-11-13T21:30:04","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2578362"},"modified":"2025-05-02T13:29:06","modified_gmt":"2025-05-02T20:29:06","slug":"introducing-scenelayersharingdraft","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft","title":{"rendered":"A new class in arcpy.sharing for web scene layers"},"author":81122,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[22941],"tags":[776862,31181,24341,24801,777332],"industry":[],"product":[36561],"class_list":["post-2578362","blog","type-blog","status-publish","format-standard","hentry","category-mapping","tag-arcgis-pro-3-4","tag-arcpy","tag-python","tag-sharing","tag-web-scene-layers","product-arcgis-pro"],"acf":{"authors":[{"ID":81122,"user_firstname":"Jonah","user_lastname":"Lay","nickname":"Jonah Lay","user_nicename":"jlay","display_name":"Jonah Lay","user_email":"jlay@esri.com","user_url":"","user_registered":"2020-08-11 20:13:08","user_description":"Jonah is a product engineer and writer on the ArcGIS Pro Sharing Team with a background in environmental science.","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/8e1fdf042a4590ab8de45caebdbeff398e41b06f59ce3504b8f08036538638e1?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/8e1fdf042a4590ab8de45caebdbeff398e41b06f59ce3504b8f08036538638e1?s=192&#038;d=blank&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'\/>"}],"short_description":"Learn about the new SceneLayerSharingDraft class in the arcpy.sharing module.","flexible_content":[{"acf_fc_layout":"content","content":"<p>With the release of ArcGIS Pro 3.4, we\u2019re introducing <code><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/scenelayersharingdraft-class.htm\" target=\"_blank\" rel=\"noopener\">SceneLayerSharingDraft<\/a><\/code>, a new class in the <code>arcpy.sharing<\/code> module that brings a new level of support for sharing web scene layers using Python. This article covers the basics of the <code>SceneLayerSharingDraft<\/code> class and how it allows you to automate sharing web scene layers with associated web feature layers to ArcGIS Online and ArcGIS Enterprise.<\/p>\n<p>As the use of 3D GIS data increases, web scene layers continue to prove invaluable for visualizing large datasets in 3D scenes. Feature-based scene layers\u2014such as point, 3D object, and building scene layers\u2014can have an associated web feature layer, which supports querying, editing, and filtering. These layers offer dynamic statistical insights that you can use for symbology and definition queries.<\/p>\n<p>Previously, publishing web scene layers with associated web feature layers was only possible using the ArcGIS Pro user interface. The <code>SceneLayerSharingDraft<\/code> class allows you to automate the same workflow with Python, streamlining your sharing process and helping you efficiently maintain your 3D web apps.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2578562,"id":2578562,"title":"ProandCode","filename":"ProandCode.png","filesize":624028,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft\/proandcode","alt":"Share a web scene layer with an associated web feature layer with ArcGIS Pro or Python","author":"81122","description":"","caption":"With the SceneLayerSharingDraft class, you can use Python to share scene layers in your ArcGIS Pro project as web scene layers with associated web layers to a portal.","name":"proandcode","status":"inherit","uploaded_to":2578362,"date":"2024-11-12 22:56:31","modified":"2024-11-13 18:44:20","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1916,"height":1025,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode.png","medium-width":464,"medium-height":248,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode.png","medium_large-width":768,"medium_large-height":411,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode.png","large-width":1916,"large-height":1025,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode-1536x822.png","1536x1536-width":1536,"1536x1536-height":822,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode.png","2048x2048-width":1916,"2048x2048-height":1025,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode-826x442.png","card_image-width":826,"card_image-height":442,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/ProandCode.png","wide_image-width":1916,"wide_image-height":1025}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<p>Here\u2019s how it works\u2026<\/p>\n<p>Like other sharing classes such as <code>FeatureSharingDraft<\/code> and <code>MapImageSharingDraft<\/code>, the <code>SceneLayerSharingDraft<\/code> is created using the <code>Map<\/code> object\u2019s <code>getWebLayerSharingDraft<\/code> method:<\/p>\n<pre><code>getWebLayerSharingDraft (server_type, service_type, service_name, {layers_and_tables})<\/code><\/pre>\n<p>To create a sharing draft for a web scene layer, specify the following parameters:<\/p>\n<ul>\n<li><code>server_type<\/code>\u2014Set <code>HOSTING_SERVER<\/code> if you want the web scene layer to copy all data; an associated web feature layer is included. Set <code>FEDERATED_SERVER<\/code> if you want the web scene layer to reference registered data; an associated map image layer and web feature layer are included.<\/li>\n<li><code>service_type<\/code>\u2014Set <code>SCENE_LAYER<\/code>.<\/li>\n<li><code>layers_and_tables<\/code>\u2014Reference the layer in the 3D scene in the project you want to publish using the <code>listMaps<\/code> function from the <code>ArcGISProject<\/code> object and the <code>listLayers<\/code> method on the <code>Map<\/code> class. The parameter must be a list with a single layer referencing a point, 3D object, or building scene layer.<\/li>\n<\/ul>\n<p>Once the <code>SceneLayerSharingDraft<\/code> object is configured, you can set service level properties on the web scene layer and associated web layers. For example, you can configure cached attributes and enable texture optimization on the web scene layer. You can also configure editing, synchronization, and querying capabilities on the associated web feature layer. For a complete list of configurable properties, see <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/scenelayersharingdraft-class.htm#P_GUID-FC18DA6E-DA2E-4A1E-B1D5-4E1E6A075285\" target=\"_blank\" rel=\"noopener\">Properties<\/a>.<\/p>\n<p>Next, you can optionally use the new <code>analyzeForSharing<\/code> method to analyze the <code>SceneLayerSharingDraft<\/code> object and review any errors, warnings, and messages.<\/p>\n<p>Finally, publish the web scene layer and any associated web layers using the <code><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/publish.htm\" target=\"_blank\" rel=\"noopener\">Publish<\/a><\/code> function:<\/p>\n<pre><code>Publish(object, {item_id})<\/code><\/pre>\n<p>You can use the optional <code>item_id<\/code> parameter to specify item IDs for the web scene layer and associated web layers. The parameter is honored for web scene layers and web feature layers when sharing to\u00a0ArcGIS Enterprise\u00a010.8.1\u00a0or later. For map image layers, the parameter is honored when sharing to\u00a0ArcGIS Enterprise\u00a011.2\u00a0or later. The <code>item_id<\/code> parameter must be structured as a dictionary:<\/p>\n<pre><code>{\r\n\"web_scene_layer_id\":\"f62ad2a55deb4c9fa4f2faaf2fea96db\",\r\n\"web_feature_layer_id\":\"a31dc5cb6c8f425fb9c67e8801e48735\",\r\n\"map_image_layer_id\":\"54727ad350f74b7abfa84e1fc122c071\"\r\n}<\/code><\/pre>\n<p>As shown in the example above, the IDs must be available and contain 32 alphanumeric values ranging from the letters a to f and numbers 0 to 9. An item ID will be automatically created if no ID is specified.<\/p>\n<p>Once the web scene layer and associated web layers are published to ArcGIS Online or ArcGIS Enterprise, caching starts on the server. Once caching is successful, you are ready to use the web scene layer in your scene or 3D application.<\/p>\n<p>We are excited for you to try out this new <code>arcpy.sharing<\/code> class. For in-depth information on the content covered in this article, including sample codes, see the <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/scenelayersharingdraft-class.htm\" target=\"_blank\" rel=\"noopener\">SceneLayerSharingDraft<\/a> ArcGIS Pro help topic.<\/p>\n<p>For information on automating sharing web layers (including sharing scene layer packages) and the other classes available in the <code>arcpy.sharing<\/code> module, see the ArcGIS Pro help topics below.<\/p>\n<ul>\n<li><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/help\/sharing\/overview\/automate-sharing-web-layers.htm\" target=\"_blank\" rel=\"noopener\">Automate sharing web layers<\/a><\/li>\n<li><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/introduction-to-arcpy-sharing.htm\" target=\"_blank\" rel=\"noopener\">What is the arcpy.sharing module<\/a><\/li>\n<li><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/featuresharingdraft-class.htm\" target=\"_blank\" rel=\"noopener\">FeatureSharingDraft<\/a><\/li>\n<li><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/mapimagesharingdraft-class.htm\" target=\"_blank\" rel=\"noopener\">MapImageSharingDraft<\/a><\/li>\n<li><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/tilesharingdraft-class.htm\" target=\"_blank\" rel=\"noopener\">TileSharingDraft<\/a><\/li>\n<li><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/geoprocessingsharingdraft-class.htm\" target=\"_blank\" rel=\"noopener\">GeoprocessingSharingDraft<\/a><\/li>\n<li><a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/arcpy\/sharing\/mapservicedraft-class.htm\" target=\"_blank\" rel=\"noopener\">MapServiceDraft<\/a><\/li>\n<\/ul>\n<p>Note: ArcGIS Pro 3.4 also comes with 133 new properties in the <code>FeatureSharingDraft<\/code>, <code>MapImageSharingDraft<\/code>, <code>TileSharingDraft<\/code>, and <code>MapServiceDraft<\/code> classes. Read more about this in <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/streamline-your-code-with-new-properties-in-arcpy-sharing\/\" target=\"_blank\" rel=\"noopener\">Streamline your code with new properties in the arcpy.sharing classes<\/a>.<\/p>\n<p>For further information, visit the <a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-pro\/overview\" target=\"_blank\" rel=\"noopener\">ArcGIS Pro page<\/a> or the <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/get-started\/whats-new-in-arcgis-pro.htm\" target=\"_blank\" rel=\"noopener\">What\u2019s New documentation<\/a> and post your questions in the <a href=\"https:\/\/community.esri.com\/t5\/arcgis-pro\/ct-p\/arcgis-pro\" target=\"_blank\" rel=\"noopener\">ArcGIS Pro board in Esri Community<\/a>.<\/p>\n"}],"related_articles":[{"ID":2561932,"post_author":"81122","post_date":"2024-11-13 10:00:26","post_date_gmt":"2024-11-13 18:00:26","post_content":"","post_title":"Streamline your code with new properties in the arcpy.sharing classes","post_excerpt":"","post_status":"publish","comment_status":"open","ping_status":"closed","post_password":"","post_name":"streamline-your-code-with-new-properties-in-arcpy-sharing","to_ping":"","pinged":"","post_modified":"2024-11-13 14:55:42","post_modified_gmt":"2024-11-13 22:55:42","post_content_filtered":"","post_parent":0,"guid":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2561932","menu_order":0,"post_type":"blog","post_mime_type":"","comment_count":"0","filter":"raw"}],"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/IntroducingSceneLayerSharingDraft_826x465.jpg","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/IntroducingSceneLayerSharingDraft_centered-scaled-e1731450462150.jpg","show_article_image":true},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A new class in arcpy.sharing for web scene layers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A new class in arcpy.sharing for web scene layers\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-02T20:29:06+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft\"},\"author\":{\"name\":\"Jonah Lay\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/bba2fe6e956172be4b980c9ececf0777\"},\"headline\":\"A new class in arcpy.sharing for web scene layers\",\"datePublished\":\"2024-11-13T21:30:04+00:00\",\"dateModified\":\"2025-05-02T20:29:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft\"},\"wordCount\":10,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"ArcGIS Pro 3.4\",\"ArcPy\",\"python\",\"sharing\",\"web scene layers\"],\"articleSection\":[\"Mapping\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft\",\"name\":\"A new class in arcpy.sharing for web scene layers\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2024-11-13T21:30:04+00:00\",\"dateModified\":\"2025-05-02T20:29:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A new class in arcpy.sharing for web scene layers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/bba2fe6e956172be4b980c9ececf0777\",\"name\":\"Jonah Lay\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8e1fdf042a4590ab8de45caebdbeff398e41b06f59ce3504b8f08036538638e1?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8e1fdf042a4590ab8de45caebdbeff398e41b06f59ce3504b8f08036538638e1?s=96&d=blank&r=g\",\"caption\":\"Jonah Lay\"},\"description\":\"Jonah is a product engineer and writer on the ArcGIS Pro Sharing Team with a background in environmental science.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/jlay\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"A new class in arcpy.sharing for web scene layers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft","og_locale":"en_US","og_type":"article","og_title":"A new class in arcpy.sharing for web scene layers","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2025-05-02T20:29:06+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft"},"author":{"name":"Jonah Lay","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/bba2fe6e956172be4b980c9ececf0777"},"headline":"A new class in arcpy.sharing for web scene layers","datePublished":"2024-11-13T21:30:04+00:00","dateModified":"2025-05-02T20:29:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft"},"wordCount":10,"commentCount":2,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["ArcGIS Pro 3.4","ArcPy","python","sharing","web scene layers"],"articleSection":["Mapping"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft","name":"A new class in arcpy.sharing for web scene layers","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2024-11-13T21:30:04+00:00","dateModified":"2025-05-02T20:29:06+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/mapping\/introducing-scenelayersharingdraft#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"A new class in arcpy.sharing for web scene layers"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/bba2fe6e956172be4b980c9ececf0777","name":"Jonah Lay","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8e1fdf042a4590ab8de45caebdbeff398e41b06f59ce3504b8f08036538638e1?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8e1fdf042a4590ab8de45caebdbeff398e41b06f59ce3504b8f08036538638e1?s=96&d=blank&r=g","caption":"Jonah Lay"},"description":"Jonah is a product engineer and writer on the ArcGIS Pro Sharing Team with a background in environmental science.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/jlay"}]}},"text_date":"November 13, 2024","author_name":"Jonah Lay","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/jlay","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/IntroducingSceneLayerSharingDraft_centered-scaled-e1731450462150.jpg","primary_product":"ArcGIS Pro","tag_data":[{"term_id":776862,"name":"ArcGIS Pro 3.4","slug":"arcgis-pro-3-4","term_group":0,"term_taxonomy_id":776862,"taxonomy":"post_tag","description":"","parent":0,"count":17,"filter":"raw"},{"term_id":31181,"name":"ArcPy","slug":"arcpy","term_group":0,"term_taxonomy_id":31181,"taxonomy":"post_tag","description":"","parent":0,"count":32,"filter":"raw"},{"term_id":24341,"name":"python","slug":"python","term_group":0,"term_taxonomy_id":24341,"taxonomy":"post_tag","description":"","parent":0,"count":171,"filter":"raw"},{"term_id":24801,"name":"sharing","slug":"sharing","term_group":0,"term_taxonomy_id":24801,"taxonomy":"post_tag","description":"","parent":0,"count":32,"filter":"raw"},{"term_id":777332,"name":"web scene layers","slug":"web-scene-layers","term_group":0,"term_taxonomy_id":777332,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"}],"category_data":[{"term_id":22941,"name":"Mapping","slug":"mapping","term_group":0,"term_taxonomy_id":22941,"taxonomy":"category","description":"","parent":0,"count":2683,"filter":"raw"}],"product_data":[{"term_id":36561,"name":"ArcGIS Pro","slug":"arcgis-pro","term_group":0,"term_taxonomy_id":36561,"taxonomy":"product","description":"","parent":0,"count":2035,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-pro","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2578362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/81122"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=2578362"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2578362\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=2578362"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=2578362"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=2578362"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=2578362"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=2578362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}