ArcObjects Library Reference (DefenseSolutions)  

IGSGeoSymRenderer.ProductID Property

Indicates the Geosym ProductID.

[Visual Basic .NET]
Public Property ProductID As Integer
[C#]
public int ProductID {get; set;}
[C++]
HRESULT get_ProductID(
  long* pVal
);
[C++]
HRESULT put_ProductID(
  long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long pVal [in]   pVal is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGSGeoSymRenderer Interface