This document is archived and information here might be outdated.  Recommended version.


IRasterCollection.Empty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCollection Interface > IRasterCollection.Empty Method
ArcGIS Developer Help

IRasterCollection.Empty Method

Empties this raster collection.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterCollection Interface