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


IRasterDatasetInfo.FileList Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetInfo.FileList Property

The list of files associated with this dataset.

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

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

Product Availability

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

See Also

IRasterDatasetInfo Interface