This document is archived and information here might be outdated. Recommended version. |
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 inEnvelope
inEnvelope is a parameter of type IEnvelope*
refer to the Union method of IEnvelope