ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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