ArcFM Engine Developer Guide
IncrementTotalCount Method


Increment value
TotalCount += value
Syntax
'Declaration
 
Protected Sub IncrementTotalCount( _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As ProgressReportingTaskBase
Dim value As Integer
 
instance.IncrementTotalCount(value)
protected void IncrementTotalCount( 
   int value
)

Parameters

value
Increment value
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

ProgressReportingTaskBase Class
ProgressReportingTaskBase Members

 

 


Send Comment