Select to view content in your preferred language

IDisplayFeedback - Get updated geometry in OnMouseMove event

662
1
06-16-2010 05:23 AM
ChrisKeefer
Emerging Contributor
I'd like to track the radius length of an INewCircleFeedback object as the user drags it. I'm trying to figure out how to interrogate the feedback object in the OnMouseMove event but it seems that only the Stop method returns the updated geometry. The other option I am thinking of is storing the starting point in the MouseDown and calculating the distance between it and the current location in the OnMouseMove event. It just seems like you should be able to get the geometry from the feedback object without having to call Stop. Does anyone know a way to get the geometry out of the feedback object other than calling the Stop method?

Thanks,
Chris
0 Kudos
1 Reply
by Anonymous User
Not applicable
Chris,
In 9.3 you'll have to manually calculate the radius during mouse move.
In 10.0 we have added a new interface that allows you to get the circle as its being constructed (INewCircleFeedback2.Circle returns an ICircularArc).

Cheers
0 Kudos