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


ILasDatasetEdit.RemoveFileByName Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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