This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > ID > IDataObjectHelper Interface > IDataObjectHelper.GetFiles Method (ArcObjects .NET 10.4 SDK) |
If the DataObject format supports files, returns a safe array of strings representing filenames.
[Visual Basic .NET] Public Function GetFiles ( _ ) As Object
[C#] public object GetFiles ( );
[C++]
HRESULT GetFiles(
VARIANT* pvData
);
[C++]
Parameters pvData [out, retval] pvData is a parameter of type VARIANT
Use this method when CanGetFiles returns true. Iterate through the safe array to retrieve a list of filenames. This is typically used when data is being dropped onto the PageLayoutControl or MapControl from Windows Explorer.
1028 800A0404: The suppllied name object could not be created by any of the available layer factories