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


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

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,
  BSTR* Status
);
[C++]

Parameters extension [in] extension 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