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


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

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