StreamingMode
-
StreamingMode Enumerates the mode the viewer will use when streaming data to the client.
Enumeration Members
-
StreamingMode.All - All: 2
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.
-
StreamingMode.Default - Default: 1
The default streaming mode.
-
StreamingMode.Interactive - Interactive: 1
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.
-
StreamingMode.OnDemand - OnDemand: 4
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.