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


IDrLoader.InvalidDatasets Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.InvalidDatasets Property
ArcGIS Developer Help

IDrLoader.InvalidDatasets Property

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(
  System.String* pInvalidDatasets
);
[C++]
Parameters
pInvalidDatasets [out, retval]

pInvalidDatasets is a parameter of type BSTR*

Product Availability

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

Description

Get the list of the raster dataset names that failed to load to the raster catalog. The list is delimited by new line.

See Also

IDrLoader Interface