How to flash Geometry such as MapPoint, Multipoint, polyline, etc. in ArcGIS Pro SDK .NET ?
I don't mean flash features or selected features.
For example Flash the below MapPoint which is not belong to any featureclass.
MapPoint Mp=New MapPointBuilder.CreateMapPoint(1,2,3,4);
Thanks