Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearDim Class / ShowExtLine1 Property

In This Topic
    ShowExtLine1 Property (LinearDim)
    In This Topic
    When true shows the first extension line.
    Syntax
    'Declaration
     
    Public Property ShowExtLine1 As Boolean
    public bool ShowExtLine1 {get; set;}
    Remarks
    You need to call the Viewport.Entities.Regen() to see the effect of this command.
    See Also