Select to view content in your preferred language

Create elevation layer for ArcGIS Unreal Plugin

582
4
08-02-2023 09:15 AM
MarkG
by
New Contributor II

I am using ArcGIS Pro 3.1 and am trying to create an elevation layer to replace the Terrain 3D layer in ArcGIS Maps SDK for Unreal. I don't want to use online data as I have my own DTED and GeoTIF elevation data.

I'm a novice with ArcGIS Pro and I seem to be going round in circles, so any pointers would help please.

4 Replies
MarkG
by
New Contributor II

Thanks for the pointers Charles, however I note in the examples it is using online URLs and I need this to run completely offline.

0 Kudos
CharlesMacleod
Esri Regular Contributor

string uri = @"C:\Local\Data\On\My\Disk\some_prj_tin";
var createParams = new ElevationLayerCreationParams(new Uri(uri));

etc, etc per the examples

MarkG
by
New Contributor II

Of course! Thanks Charles. 

0 Kudos