Click or drag to resize
CSYSiGetTimer Method
return the elapsed time since the established time.

Available since Oasis montaj version: 6.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
1st time through call the method with a flag of 1 to identify the count start time, subsequent times the time will be the time elapsed since the queried start time. Do so by settign the flag to 0.
Syntax
public static int iGetTimer(
	int i1,
	ref double d2,
	ref double d3
)

Parameters

i1
Type: SystemInt32
1 - set start time, 0 - return elapsed time
d2
Type: SystemDouble
start time in seconds
d3
Type: SystemDouble
elapsed time in seconds

Return Value

Type: Int32
success if the delay has elapsed.
See Also