Eyeshot 10 WinForms API Reference
DimLinePosition Property

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Dimension Class : DimLinePosition Property
Gets or sets the dimension line position. Affects text position when the text cannot fit between extension lines.
Syntax
'Declaration
 
Public Property DimLinePosition As Point3D
public Point3D DimLinePosition {get; set;}
Remarks
You need to call the Viewport.Entities.Regen() to see the effect of this command.
See Also

Reference

Dimension Class
Dimension Members