|
Description
|
Shows the dimension specified by the X1, Y1, X2 and Y2 parameters. as a dashed line.
|
|
Syntax
|
[form.]DXFReader.ShowRubberAlignedDimension (X1 As Single, Y1 As Single, X2 As Single, Y2 As Single, DimensionLineLocation As Single)
|
|
Remarks
|
The parameters for the ShowRubberAlignedDimension method are described below:
| X1 | The x coordinate of the first endpoint of the extension line. | | Y1 | The y coordinate of the first endpoint of the extension line. | | X2 | The x coordinate of the second endpoint of the extension line. | | Y2 | The y coordinate of the second endpoint of the extension line. | | DimensionLineLocation | The distance from the extension line and the text position. |
|