Responder Developer Guide
Count Constructor(Int32,Int32,Int32)


Syntax
'Declaration
 
Public Function New( _
   ByVal customers As Integer, _
   ByVal critical As Integer, _
   ByVal priority As Integer _
)
'Usage
 
Dim customers As Integer
Dim critical As Integer
Dim priority As Integer
 
Dim instance As New Count(customers, critical, priority)
public Count( 
   int customers,
   int critical,
   int priority
)

Parameters

customers
critical
priority
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

Count Class
Count Members
Overload List

 

 


Send Comment