Adjusts to overlap inEnvelope.
[Visual Basic .NET] Public Sub Union ( _ ByVal inEnvelope As IEnvelope _ )
[C#] public void Union ( IEnvelope inEnvelope );
[C++]
HRESULT Union(
IEnvelope* inEnvelope
);
[C++]Parameters
inEnvelopeinEnvelope is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
refer to the Union method of IEnvelope