ArcFM Responder Mobile Developer Guide
DemandLicense Method (MMProductManagerClass)






Syntax
'Declaration
 
Public Overridable Sub DemandLicense( _
   ByVal eProductDemand As mmProductInstallation _
) 
'Usage
 
Dim instance As MMProductManagerClass
Dim eProductDemand As mmProductInstallation
 
instance.DemandLicense(eProductDemand)
public virtual void DemandLicense( 
   mmProductInstallation eProductDemand
)
public procedure DemandLicense( 
    eProductDemand: mmProductInstallation
); virtual; 
public function DemandLicense( 
   eProductDemand : mmProductInstallation
);
public: virtual void DemandLicense( 
   mmProductInstallation eProductDemand
) 
public:
virtual void DemandLicense( 
   mmProductInstallation eProductDemand
) 

Parameters

eProductDemand
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

MMProductManagerClass Class
MMProductManagerClass Members

Send Feedback