This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterItemDescription Interface > IRasterItemDescription.DataFileNames Property (ArcObjects .NET 10.4 SDK) |
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