Responder Developer Guide
CalculateDelay Method


0, 1, 1, 2, 3, 5, 8, 13, 21, 34 etc
Syntax
'Declaration
 
Public Shared Function CalculateDelay( _
   ByVal n As Integer _
) As Integer
'Usage
 
Dim n As Integer
Dim value As Integer
 
value = RapidDataExecutorBase.CalculateDelay(n)
public static int CalculateDelay( 
   int n
)

Parameters

n
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

RapidDataExecutorBase Class
RapidDataExecutorBase Members

 

 


Send Comment