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