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


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

IGpDispatch.CheckProduct Method

Check the status of a license code.

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

Parameters code [in] code is a parameter of type BSTR 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