ArcGIS Pro 3.4 二次开发 - 场景图层

发布于:2025-06-10 ⋅ 阅读:(20) ⋅ 点赞:(0)

环境:ArcGIS Pro SDK 3.4 + .NET 8

文章目录

场景图层

1 场景图层

1.1 创建场景图层

var sceneLayerUrl = @"https://myportal.com/server/rest/services/Hosted/SceneLayerServiceName/SceneServer";
//portal items also ok as long as the portal is the current active portal...
//var sceneLayerUrl = @"https://myportal.com/home/item.html?id=123456789abcdef1234567890abcdef0"