Environment.CloseOpenBlock Method

Close the OpenBlock and goes back to the visualization of the previously opened block.
Public Sub CloseOpenBlock( _ 
Optional ByVal updateBoundingBox As Boolean = true _ 
)
This language is not supported or no code example is available.
public void CloseOpenBlock( 
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