AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgEnvelope::ExpandToInclude ( MgEnvelope envelope  ) 

Enlarges the boundary of the envelope so that it contains the given envelope.

.NET Syntax
void ExpandToInclude(MgEnvelope envelope);
Java Syntax
void ExpandToInclude(MgEnvelope envelope);
PHP Syntax
void ExpandToInclude(MgEnvelope envelope);

Parameters:
envelope (MgEnvelope) The MgEnvelope to expand this envelope to include.