ArcFM Desktop Developer Guide
UsageDiagnostic Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal User As String, _
   ByVal Machine As String, _
   ByVal CheckOut As Date _
)
'Usage
 
Dim User As String
Dim Machine As String
Dim CheckOut As Date
 
Dim instance As New UsageDiagnostic(User, Machine, CheckOut)
public UsageDiagnostic( 
   string User,
   string Machine,
   DateTime CheckOut
)

Parameters

User
Machine
CheckOut
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

UsageDiagnostic Class
UsageDiagnostic Members

 

 


Send Comment