Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CheckSmall Method
The viewport index

In This Topic
    CheckSmall Method
    In This Topic
    Checks the size on screen of the top level entities and hides the ones smaller that SmallSize, if HideSmall is true.
    Syntax
    'Declaration
     
    Public Sub CheckSmall( _
       ByVal viewportIndex As Integer _
    ) 
    public void CheckSmall( 
       int viewportIndex
    )

    Parameters

    viewportIndex
    The viewport index
    See Also