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


ILasDatasetEdit.RemoveFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDatasetEdit Interface > ILasDatasetEdit.RemoveFile Method
ArcGIS Developer Help

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.

Description

Removes the reference to the LAS file at the specified index. Valid Index values range from 0 .. ILasDataset.FileCount-1.

See Also

ILasDatasetEdit Interface