ArcFM Desktop Developer Guide
IsProductCodeAvailable Method (IMMAppInitialize)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

mmLicensedProductCode enumeration value
Returns whether the specified license is available. If the license is available it can be used to Initialize the application.
Syntax
'Declaration
 
Function IsProductCodeAvailable( _
   ByVal mmLPCode As mmLicensedProductCode _
) As mmLicenseStatus
'Usage
 
Dim instance As IMMAppInitialize
Dim mmLPCode As mmLicensedProductCode
Dim value As mmLicenseStatus
 
value = instance.IsProductCodeAvailable(mmLPCode)
mmLicenseStatus IsProductCodeAvailable( 
   mmLicensedProductCode mmLPCode
)

Parameters

mmLPCode
mmLicensedProductCode enumeration 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