AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgEnvelope::Intersects ( MgEnvelope envelope  ) 

Tests if the region defined by another envelope overlaps (intersects) the region of this envelope.

.NET Syntax
bool Intersects(MgEnvelope envelope);
Java Syntax
boolean Intersects(MgEnvelope envelope);
PHP Syntax
bool Intersects(MgEnvelope envelope);

Parameters:
envelope (MgEnvelope) The MgEnvelope to test for intersection.
Returns:
True if the envelopes intersect, false otherwise.