I am looking if there is a the better methodology to hide (and show) features on layer.
Methodology Steps:
1) Use FeatureLayer:FeatureIdsToExclude list to indicate list of features to hide (or remove from it to show)
2) Call Refresh method of the Layer'Overlay object or pass in Overlay to Refresh method of the Map
Is there any faster methodology when there are 3000+ features and I wan to hide only one or (n-1) ie 2999?
Note: Feature could be PointShape or LineShape.