Provides timing utilities.
Members
| Name | Description | |
|---|---|---|
![]()  | 
GetElapsedTime | Return elapsed (since last Reset call) time in seconds. | 
![]()  | 
Reset | Reset clock. | 
![]()  | 
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. | 
