ArcFM Server Developer Guide
CheckOut Method (ILicenseServer)


Syntax
'Declaration
 
Function CheckOut( _
   ByVal featureName As String, _
   ByVal version As Double, _
   ByVal numLicenses As Long, _
   ByVal userName As String, _
   ByVal machineName As String _
) As LicenseCheckoutTicket
'Usage
 
Dim instance As ILicenseServer
Dim featureName As String
Dim version As Double
Dim numLicenses As Long
Dim userName As String
Dim machineName As String
Dim value As LicenseCheckoutTicket
 
value = instance.CheckOut(featureName, version, numLicenses, userName, machineName)

Parameters

featureName
version
numLicenses
userName
machineName
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

ILicenseServer Interface
ILicenseServer Members

 

 


Send Comment