ArcObjects Library Reference (DataSourcesRaster)  

IRasterDatasetCrawler.DatasetName Property

The name object representing the raster dataset to crawl.

[Visual Basic .NET]
Public Property DatasetName As IName
[C#]
public IName DatasetName {get; set;}
[C++]
HRESULT get_DatasetName(
  IName** ppDatasetName
);
[C++]
HRESULT putref_DatasetName(
  IName* ppDatasetName
);
[C++]

Parameters

ppDatasetName [out, retval]

  ppDatasetName is a parameter of type IName

ppDatasetName [in]

  ppDatasetName is a parameter of type IName

Product Availability

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

See Also

IRasterDatasetCrawler Interface