MapPoint.MoveTo in 3D

2470
1
05-06-2016 08:53 AM
TorreyStevens1
New Contributor

The MoveTo method only supports X and Y. If I try to use it on a ModelMarkerSymbol that has a Z value, it sets it to 0. This forces me to replace the Geometry of a 3D Graphic in a Scene which is not as efficient as MoveTo when trying to animate. What is the best way to animate a Graphic in a Scene?

Thanks,

Torrey

0 Kudos
1 Reply
AnttiKajanus1
Occasional Contributor III

You should be able just to create new MapPoint for the graphic and assign that into the Graphic.

0 Kudos