LazyLoading.AddToScene Method

Adds the loaded data to the scene.
Public Overridable Sub AddToScene( _ 
ByVal model As Model
)
This language is not supported or no code example is available.
public virtual void AddToScene( 
Model model 
)
This language is not supported or no code example is available.

Parameters

model
Model

The Model control where adding the loaded data.

Exception type Condition

EyeshotException

Thrown when this method is called before calling DoWork() method or when it is called before using a ReadMultiFile work unit to prepare the scene for lazy loading.

.NET Framework

Supported in: 4.8

In this article

Definition