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


ILasDatasetEdit.RemoveFileByName 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.RemoveFileByName Method
ArcGIS Developer Help

ILasDatasetEdit.RemoveFileByName Method

Removes the specified file from the dataset.

[Visual Basic .NET]
Public Sub RemoveFileByName ( _
    ByVal fileName As String _
)
[C#]
public void RemoveFileByName (
    string fileName
);
[C++]
HRESULT RemoveFileByName(
  BSTR fileName
);
[C++]
Parameters
fileName [in]

fileName is a parameter of type BSTR

Product Availability

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

Description

The fileName string must be a full path or the relative path of the LAS file.

See Also

ILasDatasetEdit Interface