BlockWidth

Gets and sets the geographic block width of the stream requests that are sent from TerraExplorer to the remote server.

Changing the block width can improve performance, For example, a block width that is about double the average line feature size, or covers about 50 point features, can improve streaming behavior. This value applies only when the Streaming property is set to TRUE.

Note:    Changes are applied only following a call to Refresh().

 

JavaScript

 

BlockWidth

 

C#

 

double BlockWidth { get; set; }

 

C++

 

HRESULT BlockWidth([out, retval] double* pVal)

HRESULT BlockWidth([in] double pVal)