RefreshFeatures

Refreshes specific features in the layer.

 

JavaScript

 

RefreshFeatures(

       featureIDs

       bAsync)

 

C#

 

void RefreshFeatures (

       object featureIDs,

       bool bAsync = false)

 

C++

 

HRESULT RefreshFeatures (

       [in] VARIANT featureIDs,

       [in, optional] VARIANT_BOOL bAsync)

Parameters

featureIDS

Array of DataSourceFeatureID.

bAsync

When set to TRUE, the method executes asynchronously, meaning returns immediately. When set to FALSE, the method executes synchronously.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.