This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.CheckProduct Method (ArcObjects .NET 10.5 SDK) |
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