CustomDataSetContext.RefreshAllFeaturePresentation Method
Informs the containing layer that all of the features have been modified and any cached presentation needs to be updated.
RefreshAllFeaturePresentation()
Informs the containing layer that all of the features have been modified and any cached presentation needs to be updated.Syntax
public void RefreshAllFeaturePresentation ()
Remarks
You must use the Guard class to lock the dataset before you call this method.
This is a version of RefreshFeaturePresentation that is more efficient to use when all of the features in the dataset have been modified. Refer to RefreshFeaturePresentation for more information.
Platforms
Windows, Linux, Android