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


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

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