ArcGISCompare.LicenseInitializer.IsExtensionCheckedOut C# (CSharp) Méthode

IsExtensionCheckedOut() public méthode

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