Environment.ResetOpenBlocks Method

Close all opened blocks up to the root one.
Public Sub ResetOpenBlocks( _ 
Optional ByVal updateBoundingBox As Boolean = true _ 
)
This language is not supported or no code example is available.
public void ResetOpenBlocks( 
bool updateBoundingBox = true 
)
This language is not supported or no code example is available.

Parameters

updateBoundingBox
bool

If true, updates the scene bounding box. Set it to false for better performances in off-screen methods.

.NET Framework

Supported in: 4.8

In this article

Definition