*EndTracing()

Specifies the end of the tracing block.

Syntax

*EndTracing()

Application

HyperView

Example

*BeginTracing()
  *LineColor(255, 255, 255)
  *LineWidth(2)
  *TracingMode(LastNumberOfSteps, 1)
  *PartLocator(1, "Part", 1)
*EndTracing()

Comments

This marks the end of the tracing block.