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


IGpDispatch.CheckOutExtension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.CheckOutExtension Method
ArcGIS Developer Help

IGpDispatch.CheckOutExtension Method

Checks out a product extension.

[Visual Basic .NET]
Public Function CheckOutExtension ( _
    ByVal extension As String _
) As String
[C#]
public string CheckOutExtension (
    string extension
);
[C++]
HRESULT CheckOutExtension(
  BSTR extension
);
[C++]
Parameters
extension [in]

extension is a parameter of type BSTR

Product Availability

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

See Also

IGpDispatch Interface