First let me start by saying you have a very good product here. I have tested similar products at 2-3 times the price of yours and I seem to prefer your product. Congratulations on a job well done!
My questions is this. I want to produce in a text box the current OSNAP mode as text. In the MouseMove Event I can trap the Integer number but have to convert that number the corresponding OSNAP mode. I cannot seem to determine the Node number, it shows up as 1, the same as Endpoint and it would be nice to seperate these two. Is there a better way to get this information then the way shown below in my example? Also, I would like to use a OSNAP from a Handle which would be a Custom type. How would this be handled other than a type 0? In the example below the type 8 would be a Node while the type 9 would be a custom OSNAP where the users enters a Survey Point Number stored as a handle. Currently the control has 1-7 defined in OsanpOn.
Example:
If cAvax1.GetAvaxStatus(zoomon, selecton, rotateon, mirroron, scaleon, StretchOn, moveon, lineon, OsnapOn, intersecon, SelectVerticesOn, SnapOn, OrthoOn, GridOn, SelectAddOn, pointOn) = True Then If OsnapOn <> 0 Then Select Case OsnapOn Case 1 SnapMode.Text = "Snap: Endpoint" Case 2 SnapMode.Text = "Snap: Midpoint" Case 3 SnapMode.Text = "Snap: Nearest" Case 4 SnapMode.Text = "Snap: Perpendicular" Case 5 SnapMode.Text = "Snap: Intersection" Case 6 SnapMode.Text = "Snap: Tangent" Case 7 SnapMode.Text = "Snap: Quadrant" Case 8 SnapMode.Text = "Snap: Node" ??????????? Case 9 SnapMode.Text = "Snap: Point Number" ???????????? End Select
Thanks,
Terry
This post has been edited by Gemalde: 11 June 2005 - 10:31 PM
Sign In
Register
Help
Add Reply
MultiQuote
