ArcGISCompare.LicenseInitializer.IsExtensionCheckedOut C# (CSharp) 메소드

IsExtensionCheckedOut() 공개 메소드

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