Hello,
I'm creating two (for now) graphic elements, one is a polygon, using PolygonBuilder.CreatePolygon.
And then a CIMCharacterMarker using SymbolFactory.Instance.ConstructMarker().
I need to be able to group those two so that when moving the polygon with the mouse, both those elements move together as one element.
I initially place the marker inside the polygon and would like it to stay there when the polygon is moved.
Thanks
Andy