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