Message 1 of 2
How to switch a view while in a command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
XYZ basePoint = uidoc.Selection.PickPoint("Please pick a base point.");
XYZ targetPoint = uidoc.Selection.PickPoint("Please pick a target point.");
i want to pick a Target point in other view. but it seems not wroking.
is there other way to go around this issue.
Thank you