Eyeshot 10 WinForms API Reference
OverrideSceneExtents Property

WinForms Assembly > devDept.Eyeshot Namespace > BoundingBox Class : OverrideSceneExtents Property
If true, the BoundingBox.Min and BoundingBox.Max properties override the scene extension.
Syntax
'Declaration
 
Public Property OverrideSceneExtents As Boolean
public bool OverrideSceneExtents {get; set;}
Remarks
The Viewport.ZoomFit will zoom on the box defined by the Min and Max properties.This property is useful when doing animations by moving the entities in the devDept.Eyeshot.Entities.BlockReference.MoveTo method.
See Also

Reference

BoundingBox Class
BoundingBox Members
Min Property
Max Property
StartAnimation Method