CustomDataSetContext.RemoveFeaturePresentation Method
Indicates that a feature previously returned by the dataset is about to be removed, and all cached information for it can be removed.
RemoveFeaturePresentation(Feature feature)
Indicates that a feature previously returned by the dataset is about to be removed, and all cached information for it can be removed.Syntax
public void RemoveFeaturePresentation (
Feature feature
)
Parameters
The feature to remove information for.
Remarks
You should call this method whenever features are removed from the custom dataset. This will allow Carmenta Engine to release memory used to cache information about the features. If you don't call it, memory usage will increase over time.
Platforms
Windows, Linux, Android