ArcObjects Library Reference (Controls)  

IPlaceCollection.RemoveAll Method

Remove all places.

[Visual Basic .NET]
Public Sub RemoveAll ( _
)
[C#]
public void RemoveAll (
);
[C++]
HRESULT RemoveAll(
void
);

Product Availability

Available with ArcGIS Engine.

Description

Removes all of the Place objects from the collection.

See Also

IPlaceCollection Interface