This interface gives access to geometry collections, providing methods for accessing, adding and removing individual geometries of a multi-part geometry (multipoint, multilinestring, multipolygon). For multipoint, the Geometry parts are points. For multilinestrings, the Geometry parts are linestrings. For multipolygons, the Geometry parts are polygons.
| 
 | Properties | 
 | 
| 
 | The number of geometries in the collection. | |
| 
 | Returns the dimension of the collection. (Inherited from IGeometry) | |
| 
 | Returns the collection’s bounding box. (Inherited from IGeometry) | |
| 
 | Returns the IGeometry element in the specified zero based index. (C# exposes this property as get_Geometry method) | |
| 
 | Returns the collection’s geometry type. (Inherited from IGeometry) | |
| 
 | Returns a string representation of the collection type. (Inherited from IGeometry) | |
| 
 | Returns the IGeometry element in the specified zero based index. | |
| 
 | The number of geometries in this collection. | |
| 
 | An ISpatialOperator representing the selected collection’s interaction with another geometry object. (Inherited from IGeometry) | |
| 
 | An ISpatialRelation that tests the collection’s spatial relationship with other geometries. (Inherited from IGeometry) | |
| 
 | An IWks representing methods for transferring coordinate system information (WKT and WKB). (Inherited from IGeometry) | |
| 
 | Methods | 
 | 
| 
 | Adds a geometry to the collection. | |
| 
 | Returns an exact copy of the selected collection. (Inherited from IGeometry) | |
| 
 | Deletes the selected geometry from the collection. | |
| 
 | Terminates the edit item mode. (Inherited from IGeometry) | |
| 
 | Returns the IGeometry element in the specified zero based index. (This method is exposed only in C#. To use from C++ or JavaScript use the Geometry property) | |
| 
 | Returns whether or not the selected geometry collection is empty. (Inherited from IGeometry) | |
| 
 | Returns whether or not the geometry collection is simple. (Inherited from IGeometry) | |
| 
 | Removes all geometries from this collection. (Inherited from IGeometry) | |
| 
 | Starts the edit item mode. (Inherited from IGeometry) |