*GridTextPrecision()
Specifies the precision of the text displayed on the grid lines of a section cut.
Syntax
*GridTextPrecision (precision)
Application
HyperView
Inputs
- precision
- The precision value used to display the text on the grid lines. Note: The default value is 2.0.
Context
*BeginSectionCut()
Example
*BeginSectionCut()
*GridTextPrecision(2.0)
*EndSectionCut()
Comments
A *GridTextPrecision() command may be placed inside a *BeginSectionCut() block to capture the precision of the text displayed on the grid lines for a given section cut.