ArcObjects Library Reference (GeoDatabase)  

IPlugInFileOperationsClass.Delete Method

Deletes this dataset.

[Visual Basic .NET]
Public Sub Delete ( _
    ByVal ClassIndex As Integer _
)
[C#]
public void Delete (
    int ClassIndex
);
[C++]
HRESULT Delete(
  long ClassIndex
);
[C++]

Parameters

ClassIndex [in]   ClassIndex is a parameter of type long

Product Availability

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

See Also

IPlugInFileOperationsClass Interface