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.2.419.0 (24.2.419.0)
Syntax public CartographicExtent Union(
CartographicExtent other
)
Public Function Union (
other As CartographicExtent
) As CartographicExtent
public:
CartographicExtent^ Union(
CartographicExtent^ other
)
member Union :
other : CartographicExtent -> CartographicExtent
Parameters
- other
- Type: AGI.Foundation.CoordinatesCartographicExtent
The other extent.
Return Value
Type:
CartographicExtentThe union of the two extents.
Exceptions See Also