Description
This property allows you to get and to set the position of the dimension text box.
Syntax
Property get:
CursorPoint = TextPos ( );
|
Return: (Variant) CursorPoint |
The dimension text box position point (x,y). |
Property set:
TextPos( CursorPoint );
|
Input: (Variant) CursorPoint |
The dimension text box position point (x,y). |
Note
The point that defines the text position located in the center of the lower line of the dimension text box. The type of dimension created depends on the dimension text position. For example, in the linear dimension you can get the horizontal or vertical dimension; in the radial dimension it is possible to get the outer or inner angle between the two curves.