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