Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Dimension Class / DimLinePosition Property

In This Topic
    DimLinePosition Property (Dimension)
    In This Topic
    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