Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / CombineBoundingBox Method / CombineBoundingBox(IEnumerable<Entity>) Method

In This Topic
    CombineBoundingBox(IEnumerable<Entity>) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Sub CombineBoundingBox( _
       ByVal collection As IEnumerable(Of Entity) _
    ) 
    protected void CombineBoundingBox( 
       IEnumerable<Entity> collection
    )

    Parameters

    collection
    See Also