Overload | Description |
---|---|
GetZs(Geometry) | Obtains a geometry that is similar to the given input geometry, where some or all Z values are populated from the layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetZs(Geometry,SurfaceZsMissingHandler) | Obtains a geometry that is similar to the given input geometry, where some or all Z values are populated from the layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetZs(Double,Double) | Obtains a point geometry with Z for the specified x,y; where the Z value is populated from the layer. This method must be called on the MCT. Use QueuedTask.Run. |
GetZs(Double,Double,SurfaceZsMissingHandler) | Obtains a point geometry with Z for the specified x,y; where the Z value is populated from the layer. This method must be called on the MCT. Use QueuedTask.Run. |