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


IRasterCatalogLoader.LastLoadedDataset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogLoader.LastLoadedDataset Property

The last loaded dataset name.

[Visual Basic .NET]
Public ReadOnly Property LastLoadedDataset As String
[C#]
public string LastLoadedDataset {get;}
[C++]
HRESULT get_LastLoadedDataset(
  BSTR* pDatasetName
);
[C++]

Parameters pDatasetName [out, retval] pDatasetName is a parameter of type BSTR

Product Availability

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

See Also

IRasterCatalogLoader Interface