AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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

Returns a geometry that represents the point set intersection of this geometry and another.

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

Parameters:
other (MgGeometry) The MgGeometry to compute the intersection with this one.
Returns:
An MgGeometry that represents the intersection.