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


IGpDispatch.ProductInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.ProductInfo Method

Gets the product license info.

[Visual Basic .NET]
Public Function ProductInfo ( _
) As String
[C#]
public string ProductInfo (
);
[C++]
HRESULT ProductInfo(
  BSTR* Status
);
[C++]

Parameters Status [out, retval] Status is a parameter of type BSTR

Product Availability

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

See Also

IGpDispatch Interface