Home > All Other Interfaces > IGeometryCollection > DeleteGeometry

DeleteGeometry

Delete the selected geometries from the collection.

 

JavaScript

 

DeleteGeometry

 

C#

 

void DeleteGeometry(

      int Index)

 

C++

 

HRESULT DeleteGeometry(

      long Index)

 

Parameters

Index

The zero-based index of the geometry you are deleting.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.