Select to view content in your preferred language

How to Obtain the Elevation of a Point from a DEM .tif File Using a Point Layer

762
1
Jump to solution
09-20-2024 02:38 AM
MaxW
by
Emerging Contributor

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.

0 Kudos
1 Solution

Accepted Solutions
GKmieliauskas
Esri Regular Contributor

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.

View solution in original post

0 Kudos
1 Reply
GKmieliauskas
Esri Regular Contributor

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.

0 Kudos