Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / HideSmall Property

In This Topic
    HideSmall Property
    In This Topic
    If true, entities with a size on screen less than SmallSize are not drawn.
    Syntax
    'Declaration
     
    Public Property HideSmall As Boolean
    public bool HideSmall {get; set;}
    Remarks
    Only top-level entities are considered, so the BlockReferences in the Entities are either fully drawn or fully skipped
    See Also