AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgEnvelope::ExpandToInclude ( MgCoordinate coordinate  ) 

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

.NET Syntax
void ExpandToInclude(MgCoordinate coordinate);
Java Syntax
void ExpandToInclude(MgCoordinate coordinate);
PHP Syntax
void ExpandToInclude(MgCoordinate coordinate);

Parameters:
coordinate (MgCoordinate) The MgCoordinate to expand this envelope to include.