ArcFM Desktop Developer Guide
Define Method


Syntax
'Declaration
 
Public Function Define( _
   ByVal counterName As String, _
   ByVal counterHelp As String, _
   ByVal counterType As PerformanceCounterType _
) As CounterCreationData
'Usage
 
Dim instance As PerformanceCounterRegistrar
Dim counterName As String
Dim counterHelp As String
Dim counterType As PerformanceCounterType
Dim value As CounterCreationData
 
value = instance.Define(counterName, counterHelp, counterType)

Parameters

counterName
counterHelp
counterType
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

PerformanceCounterRegistrar Class
PerformanceCounterRegistrar Members

 

 


Send Comment