Visualization failed when display two polygon in the same time

@will.schroeder Thanks for your suggestion, and I have fixed this bug by:

map2.SetResolveCoincidentTopologyToPolygonOffset()
map2.SetResolveCoincidentTopologyPolygonOffsetParameters(0, 60000)

The SetRelativeCoincidentTopologyPolygonOffsetParameters method has two parameters: double factor, double units, how to understand this factor and units?

Actually, in map2.SetResolveCoincidentTopologyPolygonOffsetParameters(0, 60000), I don’t know why 0, 60000 works. Actually, 0, 6000 don’t work, and 1, 60000 work. I don’t know how does this factor and units affect the visualization result.

Could you please give some explanation about this two parameters? Or could you please recommand some information to understand these two parameters?