ArcObjects Library Reference (DefenseSolutions)  

IGSRenderingProfile.ProductName Property

The Name of the Product that the renderer symbolizes.

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

Parameters

pName [out, retval]   pName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGSRenderingProfile Interface