ArcFM Responder Mobile Developer Guide
IsExtensionCodeAvailable Method (MMAppInitializeClass)






Syntax
'Declaration
 
Public Overridable Function IsExtensionCodeAvailable( _
   ByVal mmLPCode As mmLicensedProductCode, _
   ByVal mmLXCode As mmLicensedExtensionCode _
) As mmLicenseStatus
'Usage
 
Dim instance As MMAppInitializeClass
Dim mmLPCode As mmLicensedProductCode
Dim mmLXCode As mmLicensedExtensionCode
Dim value As mmLicenseStatus
 
value = instance.IsExtensionCodeAvailable(mmLPCode, mmLXCode)
public virtual mmLicenseStatus IsExtensionCodeAvailable( 
   mmLicensedProductCode mmLPCode,
   mmLicensedExtensionCode mmLXCode
)
public function IsExtensionCodeAvailable( 
    mmLPCode: mmLicensedProductCode;
    mmLXCode: mmLicensedExtensionCode
): mmLicenseStatus; virtual; 
public function IsExtensionCodeAvailable( 
   mmLPCode : mmLicensedProductCode,
   mmLXCode : mmLicensedExtensionCode
) : mmLicenseStatus;
public: virtual mmLicenseStatus IsExtensionCodeAvailable( 
   mmLicensedProductCode mmLPCode,
   mmLicensedExtensionCode mmLXCode
) 
public:
virtual mmLicenseStatus IsExtensionCodeAvailable( 
   mmLicensedProductCode mmLPCode,
   mmLicensedExtensionCode mmLXCode
) 

Parameters

mmLPCode
mmLXCode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMAppInitializeClass Class
MMAppInitializeClass Members

Send Feedback