ITinClock Interface

Provides timing utilities.

Members

Name Description
Method GetElapsedTime Return elapsed (since last Reset call) time in seconds.
Method Reset Reset clock.
Method Sleep Suspends the execution of the current thread for the specified interval (in seconds).

ITinClock.GetElapsedTime Method

Return elapsed (since last Reset call) time in seconds.

Public Function GetElapsedTime ( _
) As Double
public double GetElapsedTime (
);

ITinClock.Reset Method

Reset clock.

Public Sub Reset ( _
)
public void Reset (
);

ITinClock.Sleep Method

Suspends the execution of the current thread for the specified interval (in seconds).

Public Sub Sleep ( _
    ByVal Seconds As Double _
)
public void Sleep (
    double Seconds
);

Classes that implement ITinClock

Classes Description
Tin The Esri TIN component.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.