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.CheckInExtension Method (ArcObjects .NET 10.5 SDK) |
Checks in a product extension.
[Visual Basic .NET] Public Function CheckInExtension ( _ ByVal extension As String _ ) As String
[C#] public string CheckInExtension ( string extension );
[C++]
HRESULT CheckInExtension(
BSTR extension,
BSTR* Status
);
[C++]
Parameters extension [in] extension is a parameter of type BSTR Status [out, retval] Status is a parameter of type BSTR