What does the 'FirstRing' and 'Ring' esriPatch types mean in ArcGIS.Core.Geometry.esriPatchType. What are the differences between them?
From this link, I assumed there would be a way to define inner rings and outer rings, but my tests show that's not the case.
In my tests I have two coordinate lists. One defines a small triangle and the other a bigger one. The small one is contained inside the big one. When I create a multipatch using the MultiPatchBuilderEx with the the two polygons as rings It ends up displaying the intersection of these two patches. I was expecting to see the difference between the two polygons. I've tried this both with the big triangle as FirstRing and the small polygon as Ring and vice versa but the results are the same.