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


IRasterItemDescription.DataFileNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterItemDescription Interface > IRasterItemDescription.DataFileNames Property
ArcGIS Developer Help

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