Odcl_EndTimer

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_EndTimer

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_EndTimer

This function will stop the timer started with Odcl_StartTimer.

Parameter

Intiger value between 0 to 14 representing the decimal number digit.

 

Example:

(Odcl_EndTimer 6)

 

Result

Numeric value representing the time spent beween the Odcl_StartTimer and Odcl_EndTimer

ex: 26.290509

 

AutoLisp Syntax:

(Odcl_EndTimer DecimalDigit [as integer 0 - 14])