C# 클래스 ArcGISCompare.LicenseInitializer

Initialize ArcObjects runtime environment for this application
파일 보기 프로젝트 열기: Zekiah/ArcGISCompare

공개 메소드들

메소드 설명
AddExtensions ( ) : bool

Set the extension(s) to be checked out for your ArcObjects code.

BindingArcGISRuntime ( object sender, EventArgs e ) : void
InitializeApplication ( esriLicenseProductCode productCodes, esriLicenseExtensionCode extensionLics ) : bool

Initialize the application with the specified product and extension license code.

Make sure an active ArcGIS runtime has been bound before license initialization.

IsExtensionCheckedOut ( esriLicenseExtensionCode code ) : bool

Indicates if the extension is currently checked out.

LicenseInitializer ( ) : System
LicenseMessage ( ) : string

A summary of the status of product and extensions initialization.

RemoveExtensions ( ) : void

Check in extension(s) when it is no longer needed.

ShutdownApplication ( ) : void

Shuts down AoInitialize object and check back in extensions to ensure any ESRI libraries that have been used are unloaded in the correct order.

Once Shutdown has been called, you cannot re-initialize the product license and should not make any ArcObjects call.

비공개 메소드들

메소드 설명
CheckOutLicenses ( esriLicenseProductCode currentProduct ) : bool
Initialize ( ) : bool
ReportInformation ( ILicenseInformation licInfo, esriLicenseExtensionCode code, esriLicenseStatus status ) : string
ReportInformation ( ILicenseInformation licInfo, esriLicenseProductCode code, esriLicenseStatus status ) : string

메소드 상세

AddExtensions() 공개 메소드

Set the extension(s) to be checked out for your ArcObjects code.
public AddExtensions ( ) : bool
리턴 bool

BindingArcGISRuntime() 공개 메소드

public BindingArcGISRuntime ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

InitializeApplication() 공개 메소드

Initialize the application with the specified product and extension license code.
Make sure an active ArcGIS runtime has been bound before license initialization.
public InitializeApplication ( esriLicenseProductCode productCodes, esriLicenseExtensionCode extensionLics ) : bool
productCodes esriLicenseProductCode
extensionLics esriLicenseExtensionCode
리턴 bool

IsExtensionCheckedOut() 공개 메소드

Indicates if the extension is currently checked out.
public IsExtensionCheckedOut ( esriLicenseExtensionCode code ) : bool
code esriLicenseExtensionCode
리턴 bool

LicenseInitializer() 공개 메소드

public LicenseInitializer ( ) : System
리턴 System

LicenseMessage() 공개 메소드

A summary of the status of product and extensions initialization.
public LicenseMessage ( ) : string
리턴 string

RemoveExtensions() 공개 메소드

Check in extension(s) when it is no longer needed.
public RemoveExtensions ( ) : void
리턴 void

ShutdownApplication() 공개 메소드

Shuts down AoInitialize object and check back in extensions to ensure any ESRI libraries that have been used are unloaded in the correct order.
Once Shutdown has been called, you cannot re-initialize the product license and should not make any ArcObjects call.
public ShutdownApplication ( ) : void
리턴 void