BoundingBox.OverrideSceneExtents Property

When true, the BoundingBox.Min and BoundingBox.Max properties override the scene extension.
Public Property OverrideSceneExtents() As Boolean
This language is not supported or no code example is available.
public bool OverrideSceneExtents {get; set;}
This language is not supported or no code example is available.

Property Value

bool
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 BlockReference.MoveTo method.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition