StreamingMode

Enumerates the mode the viewer will use when streaming data to the client.

Enumeration members


Enumeration members

All

All data will be streamed to the client. Priority will be given to data visible based on the view frustum. The supporting server process will remain active.

Default

The default streaming mode.

Interactive

This is the default setting for the viewer. Data will be streamed as it becomes visible based on the viewing frustum. Keyed data that was encoded with priority 0 will not be streamed unless explicitly requested. The supporting server process will remain active while the user views the model.

OnDemand

No data is streamed to the client unless it has been explicitly requested. The supporting server process will remain active while the user views the model.