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


IRasterFunctionArguments.FileList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionArguments Interface > IRasterFunctionArguments.FileList Property
ArcGIS Developer Help

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