I have a point layer. How can I obtain the elevation of a specific point from a DEM file? The DEM is a .tif file, and it does not contain any table data.
Solved! Go to Solution.
Hi,
Look at the CustomRasterIdentify sample from Esri ArcGIS Pro SDK samples. You need to read your point feature geometry, and a little bit modify CustomRasterIdentify method from CustomRasterIdentifyVM class.
Hi,
Look at the CustomRasterIdentify sample from Esri ArcGIS Pro SDK samples. You need to read your point feature geometry, and a little bit modify CustomRasterIdentify method from CustomRasterIdentifyVM class.