MemoryDataSet.RefreshAllFeaturePresentation Method
RefreshAllFeaturePresentation(System.Boolean moveOnly)
Informs the dataset and the containing layer that all of the features have been modified and any cached presentation needs to be updated.Syntax
public void RefreshAllFeaturePresentation (
System.Boolean moveOnly
)
Parameters
Indicates if the features have only been moved, or if they have been modified in a way that changes the presentation.
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