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

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