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

In This Topic
    BoundingBox Property
    In This Topic
    Bounding box settings.
    Syntax
    'Declaration
     
    Public Property BoundingBox As BoundingBox
    public BoundingBox BoundingBox {get; set;}
    Remarks
    You need to call the Viewport.CompileUserInterfaceElements() after assigning a new BoundingBox.
    See Also