ArcFM Desktop Developer Guide
CheckOutExtension Method (IMMAppInitialize)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

mmLicensedExtensionCodeenumeration value
Checks 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.
Syntax
'Declaration
 
Function CheckOutExtension( _
   ByVal mmLXCode As mmLicensedExtensionCode _
) As mmLicenseStatus
'Usage
 
Dim instance As IMMAppInitialize
Dim mmLXCode As mmLicensedExtensionCode
Dim value As mmLicenseStatus
 
value = instance.CheckOutExtension(mmLXCode)
mmLicenseStatus CheckOutExtension( 
   mmLicensedExtensionCode mmLXCode
)

Parameters

mmLXCode
mmLicensedExtensionCodeenumeration value

Return Value

Returns a value from the mmLicenseStatus enumeration
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMAppInitialize Interface
IMMAppInitialize Members

 

 


Send Comment