RangeExtent contains two properties Min and Max which defines an extent. Either property can be set to null. When Min is null it means the range extent begins infinitely small and when Max is null this means it ends infinitely large. This is useful for example when setting the MapView.Range property to show all values smaller than a given number, all values larger than a given number or to just show all values.