ArcObjects Library Reference (DataSourcesRaster)  

IIndexedItemURI.DatasetName Property

The name object associated with the container dataset.

[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

IIndexedItemURI Interface