Hi,
I would like to find out if it is possible to rotate objects placed on the adornment or any other layers? If it is possible, would it be possible to share how this can be done.
Thank you.
Hi,
I would like to find out if it is possible to rotate objects placed on the adornment or any other layers? If it is possible, would it be possible to share how this can be done.
Thank you.
James,
Thanks for your post.
If you want to rotate a feature like polygon, you can look at this code:
using MapSuite;
using MapSuite.Geometry;
//Rotates the Polygon 90, degrees based on the pivot PointShape.
Polygon.Rotate(PointShape, 90);
if not, you can have a look at this post.
gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/21/aft/7755/afv/topic/Default.aspx
Any more questions please feel free to let me know.
Regards,
Gary