public SurfaceZsResult GetZsFromSurface( Geometry geometry, ElevationSurfaceLayer surfaceLayer, SurfaceZsMissingHandler missingHandler )
Public Overloads Function GetZsFromSurface( _ ByVal geometry As Geometry, _ ByVal surfaceLayer As ElevationSurfaceLayer, _ ByVal missingHandler As SurfaceZsMissingHandler _ ) As SurfaceZsResult
Parameters
- geometry
- the input geometry
- surfaceLayer
- identifies the surface to be used - if specified null, then the default Ground Surface will be used
- missingHandler
- provides options to handle missing Zs in the surface
Return Value
A result that contains a status, plus an output geometry only if the status is favorable.