Creates an extent with the provided limiting ranges.
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public static GeographicExtent Create( Projection projection, Range xRange, Range yRange )
Parameters
- projection
- Type: Spotfire.Dxp.Application.Visuals.MapsProjection
The Projection in which the limits are expressed. - xRange
- Type: Spotfire.Dxp.DataRange
The x-range. - yRange
- Type: Spotfire.Dxp.DataRange
The y-range.
Return Value
Type: GeographicExtentThe new extent.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also