public SurfaceValues GetSurfaceValues( MapPoint point )
Public Function GetSurfaceValues( _ ByVal point As MapPoint _ ) As SurfaceValues
Parameters
- point
- The point location.
public SurfaceValues GetSurfaceValues( MapPoint point )
Public Function GetSurfaceValues( _ ByVal point As MapPoint _ ) As SurfaceValues
Exception | Description |
---|---|
System.ArgumentNullException | point is null or empty. |
MappingException | An exception occurred within the GetSurfaceValues calculation. |
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
GetSurfaceValues will handle differences in spatial reference between the input point and the surface. It will project (a copy of) the input point to match the surface for the sake of interpolation.
Target Platforms: Windows 11, Windows 10