This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDatasetEdit Interface > ILasDatasetEdit.RemoveFileByName Method (ArcObjects .NET 10.4 SDK) |
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
The fileName string must be a full path or the relative path of the LAS file.