ArcFM Engine Developer Guide
MMAppInitialize Interface Members
Methods 

The following tables list the members exposed by MMAppInitialize.

Public Methods
 NameDescription
 MethodCheckInExtensionChecks in the specified extension license once it has been checked out with the CheckOutExtension method. (Inherited from Miner.Interop.IMMAppInitialize)
 MethodCheckOutExtensionChecks out the specified extension license. Before using the CheckOutExtension method use the IsExtensionCodeAvailable method to ensure the extension license is available with the product used to Initialize the application with. (Inherited from Miner.Interop.IMMAppInitialize)
 MethodInitializeInitializes the appliction with the specified product license. The product license determines the functionality the application will be able to access. (Inherited from Miner.Interop.IMMAppInitialize)
 MethodInitializedProductReturns the product license that was passed to the Initialize method. (Inherited from Miner.Interop.IMMAppInitialize)
 MethodIsExtensionCheckedOutIndicates whether the specified extension license is currently checked out. (Inherited from Miner.Interop.IMMAppInitialize)
 MethodIsExtensionCodeAvailableReturns whether the specified extension license is available with the specified product license that will be used to Initialize the application (not every extension license is available with every product license). (Inherited from Miner.Interop.IMMAppInitialize)
 MethodIsProductCodeAvailableReturns whether the specified license is available. If the license is available it can be used to Initialize the application. (Inherited from Miner.Interop.IMMAppInitialize)
 MethodShutdownBefore an application is shut down the MMAppInitialize object must be shut down. (Inherited from Miner.Interop.IMMAppInitialize)
Top
See Also

Reference

MMAppInitialize Interface
Miner.Interop Namespace

 

 


Send Comment