ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDatasetEdit.AddFile Method

Adds a file to the dataset.

[Visual Basic .NET]
Public Sub AddFile ( _
    ByVal fileName As String _
)
[C#]
public void AddFile (
    string fileName
);
[C++]
HRESULT AddFile(
  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 file name must be the full path of the LAS file location on disk.

See Also

ILasDatasetEdit Interface