This document is archived and information here might be outdated. Recommended version. |
Adjusts to include only the area also included by inEnvelope.
[Visual Basic .NET] Public Sub Intersect ( _ ByVal inEnvelope As IEnvelope _ )
[C#] public void Intersect ( IEnvelope inEnvelope );
[C++]
HRESULT Intersect(
IEnvelope* inEnvelope
);
[C++] Parameters inEnvelope
inEnvelope is a parameter of type IEnvelope*
refer to the Intersect method of IEnvelope