This event occurs when a layer changes status between streaming and not streaming.
|
JavaScript |
|
|
OnLayerStreaming( LayerGroupID, bStreaming) |
|
|
C# |
|
|
void OnLayerStreaming( string LayerGroupID, bool bStreaming) |
|
|
C++ |
|
|
HRESULT OnLayerStreaming( BSTR LayerGroupID, VARIANT_BOOL bStreaming) |
|
Parameters
LayerGroupID
The ID of the layer that is being streamed.
bStreaming
A Boolean that that indicates whether or not the layer is being streamed. The value is TRUE when the layer is being streamed.