BlockKeyedCollection<T>.TakeOffline Method

Temporarily suspends automatic regeneration and integrity checks on Environment.Blocks.
Public Sub TakeOffline()
This language is not supported or no code example is available.
public void TakeOffline()
This language is not supported or no code example is available.
Remarks
 

This method is useful for take the collection in an "offline" state and speed up the editing/reorganization. To resume the standard behaviour call BringOnline.

Beware when the collection is "offline", it can lead to an inconsistent state and crash with methods like Environment.ZoomFit, Environment.Invalidate, etc.

.NET Framework

Supported in: 4.8

In this article

Definition