ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDatasetEdit.RemoveFile Method

Removes the specified file from the dataset.

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

Parameters

index [in]   index is a parameter of type long

Product Availability

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

See Also

ILasDatasetEdit Interface