Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / IsSmall Method / IsSmall(Int32) Method
The viewport index

In This Topic
    IsSmall(Int32) Method
    In This Topic
    Tells if the entity screen size is smaller than SmallSize.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function IsSmall( _
       ByVal viewportIndex As Integer _
    ) As Boolean
    public virtual bool IsSmall( 
       int viewportIndex
    )

    Parameters

    viewportIndex
    The viewport index

    Return Value

    True if the screen size is smaller than SmallSize.
    Remarks
    This method is meaningful only for top level entities and if HideSmall is true.
    See Also