OnLayerStreaming

This event occurs when a layer is streamed from the server without first storing it in a client local file.

 

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.