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


IItemURI.ProductName Property (ArcObjects .NET 10.6 SDK)
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(
  System.String* pProductName
);
[C++]

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

Product Availability

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

See Also

IItemURI Interface