AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgEnvelope::Contains ( MgEnvelope envelope  ) 

Tests whether the given envelope lies completely inside this Envelope (inclusive of the boundary).

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

Parameters:
envelope (MgEnvelope) The MgEnvelope to test containment of.
Returns:
True if the envelope argument is contained in this envelope, false otherwise.