AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgGeometry* MgGeometry::Union ( MgGeometry other  )  [virtual]

Returns a geometry that represents the point set union of this geometry with another.

.NET Syntax
virtual MgGeometry Union(MgGeometry other);
Java Syntax
virtual MgGeometry Union(MgGeometry other);
PHP Syntax
virtual MgGeometry Union(MgGeometry other);

Parameters:
other (MgGeometry) The MgGeometry to union with this one.
Returns:
An MgGeometry representing the union of the two geometries.