SbElapsedTime Structure |
This measures elapsed time in seconds. It uses the highest resolution timer available on the system, to allow measuring very short intervals. There is no guarantee the timer resolution will be better than SbTime (which is used if no better method is available).
Namespace: OIV.Inventor
The SbElapsedTime type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetElapsed |
Returns elapsed time in seconds.
| |
GetElapsedTime |
Returns elapsed time.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Reset |
Resets timer.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |