Click or drag to resize

CartographicExtentUnion Method

Computes the union of this extent with another extent. The union of two extents is the smallest extent that includes both.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CartographicExtent Union(
	CartographicExtent other
)

Parameters

other
Type: AGI.Foundation.CoordinatesCartographicExtent
The other extent.

Return Value

Type: CartographicExtent
The union of the two extents.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when other is .
InvalidOperationException Thrown when LongitudePiInNativeUnits or LatitudePiInNativeUnits of the two extents are not compatible.
See Also