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


ILasDatasetEdit.AddFile Method (ArcObjects .NET 10.4 SDK)
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