ArcGISCompare.LicenseInitializer.IsExtensionCheckedOut C# (CSharp) Method

IsExtensionCheckedOut() public method

Indicates if the extension is currently checked out.
public IsExtensionCheckedOut ( esriLicenseExtensionCode code ) : bool
code esriLicenseExtensionCode
return bool
    public bool IsExtensionCheckedOut(esriLicenseExtensionCode code)
    {
      return m_AoInit != null && m_AoInit.IsExtensionCheckedOut(code);
    }