Gets a value indicating whether map data is currently being streamed to the display.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool IsStreaming { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsStreaming As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if map data is streaming to the display; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also