ArcObjects Library Reference (DataSourcesRaster)  

IItemURI.ProductName Property

The name of the sensor product associated with the item's data source. The value in this property appears in the ProductName field of the mosaic catalog.

[Visual Basic .NET]
Public Property ProductName As String
[C#]
public string ProductName {get; set;}
[C++]
HRESULT get_ProductName(
  BSTR* pProductName
);
[C++]
HRESULT put_ProductName(
  BSTR pProductName
);
[C++]

Parameters

pProductName [out, retval]   pProductName is a parameter of type BSTR pProductName [in]   pProductName is a parameter of type BSTR

Product Availability

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

See Also

IItemURI Interface