This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataImporter Interface > ITerrainDataImporter.AddFile Method (ArcObjects .NET 10.4 SDK) |
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
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.