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