This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.InvalidDatasets Property (ArcObjects .NET 10.5 SDK) |
The current list of semicolon delimited failed dataset names.
[Visual Basic .NET] Public ReadOnly Property InvalidDatasets As String
[C#] public string InvalidDatasets {get;}
[C++]
HRESULT get_InvalidDatasets(
BSTR* pInvalidDatasets
);
[C++]
Parameters pInvalidDatasets [out, retval] pInvalidDatasets is a parameter of type BSTR
Get the list of the raster dataset names that failed to load to the raster catalog. The list is delimited by new line.