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


IRasterItemDescription.DataFileNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterItemDescription.DataFileNames Property

The data file names.

[Visual Basic .NET]
Public Property DataFileNames As IStringArray
[C#]
public IStringArray DataFileNames {get; set;}
[C++]
HRESULT get_DataFileNames(
  IStringArray** ppNames
);
[C++]
HRESULT putref_DataFileNames(
  IStringArray* ppNames
);
[C++]

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

Product Availability

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

See Also

IRasterItemDescription Interface