How prompt user select part of polyline
Not applicable
02-19-2019
11:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm using construction
// Request for objects to be selected in the drawing area acSSPrompt = acDocEd.GetSelection(new PromptSelectionOptions { SingleOnly = true, ForceSubSelections = true });
two times and each time I'm selecting different parts of polyline , but Object Id for both selections are the same.
Why?
Thanks.
Link copied