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


IRasterFunctionArguments.FileList Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionArguments.FileList Property

The list of all files associated with the arguments.

[Visual Basic .NET]
Public ReadOnly Property FileList As IStringArray
[C#]
public IStringArray FileList {get;}
[C++]
HRESULT get_FileList(
  IStringArray** ppFiles
);
[C++]

Parameters ppFiles [out, retval]
ppFiles is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterFunctionArguments Interface