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


ITerrainDataImporter.AddFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataImporter Interface > ITerrainDataImporter.AddFile Method
ArcGIS Developer Help

ITerrainDataImporter.AddFile Method

Include a specific file to be loaded upon Import.

[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 importer supports the input of one or more files at a time. Call AddFile, and repeat as necessary, to handle individual files. Provide the full path. Call SetEmpty to clear this list.

See Also

ITerrainDataImporter Interface