Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Picture Class / EstimateBoundingBox Method

In This Topic
    EstimateBoundingBox Method (Picture)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function EstimateBoundingBox( _
       ByVal blocks As BlockKeyedCollection _
    ) As Point3D()
    public override Point3D[] EstimateBoundingBox( 
       BlockKeyedCollection blocks
    )

    Parameters

    blocks
    See Also