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.